.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 253, 249, 0.96);
  border-bottom: 1px solid var(--color-line);
  box-shadow: 0 8px 24px rgba(74, 54, 36, 0.05);
  backdrop-filter: blur(14px);
}

/* Desktop: tighten the space below the Science exploration captions. */
@media (min-width: 681px) {
  .science-page .science-story {
    padding-bottom: clamp(80px, 8vw, 120px);
  }

  .about-page .about-journey .about-journey-heading .editorial-kicker {
    margin-bottom: 10px;
  }

  .about-page .about-journey {
    padding-bottom: clamp(40px, 5vw, 72px);
  }

  .about-page .about-journey .about-journey-intro {
    margin-top: 16px;
  }

  .about-page .about-journey .about-timeline li {
    padding-block: 24px 30px;
  }

  .about-page .about-journey .about-timeline h3 {
    margin-bottom: 6px;
  }

  .about-page .about-journey .about-market-inline {
    margin-top: 24px;
  }

  .about-page .about-journey .about-market-inline > div {
    padding-top: 18px;
  }

  .about-page .about-journey .about-market-inline span {
    margin-bottom: 10px;
  }

  .about-page .about-journey .about-market-inline strong {
    margin-bottom: 8px;
  }

  .about-page .about-production-system .about-production-heading {
    margin-bottom: 24px;
  }

  .about-page .about-production-system .about-production-node {
    padding-block: 24px 30px;
  }

  .about-page .about-production-system .about-production-node h3 {
    margin: 16px 0 8px;
  }

  .about-page .about-production-system .about-production-materials {
    margin-top: 40px;
  }

  .about-page .about-production-system .about-production-copy h3 {
    margin-bottom: 12px;
  }

  .about-page .about-quality-compact .about-quality-subheading {
    margin-bottom: 24px;
  }

  .about-page .about-quality-compact .about-qualification-copy h4 {
    margin-bottom: 8px;
  }

  .about-page .about-quality-compact .about-sustainability {
    margin-top: 40px;
    padding-top: 24px;
  }

  .about-page .about-quality-compact .about-sustainability h3 {
    margin-bottom: 24px;
  }

  .about-page .about-quality-compact .about-sustainability-card {
    padding-block: 24px;
  }

  .about-page .about-quality-compact .about-sustainability-card h4 {
    margin: 16px 0 8px;
  }

  .about-page .about-quality-compact {
    padding-bottom: clamp(40px, 5vw, 72px);
  }

  .about-page .about-next {
    padding-block: 104px;
  }

  .about-page .about-next .editorial-kicker {
    margin-bottom: 10px;
  }

  .about-page .about-next h2 {
    margin: 0;
    max-width: 680px;
    font-size: clamp(25px, 3vw, 38px);
    line-height: 1.25;
  }

  .about-page .about-next-inner > div:first-child > p:last-child {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.9;
  }

  .contact-page .contact-navigation {
    padding-block: 104px;
  }

  .contact-page .contact-navigation-grid {
    gap: 54px;
  }

  .contact-page .contact-navigation .editorial-kicker {
    margin-bottom: 10px;
  }

  .contact-page .contact-navigation h2 {
    margin: 0;
    max-width: 680px;
    font-size: clamp(25px, 3vw, 38px);
    line-height: 1.25;
  }

  .contact-page .contact-navigation-links a {
    padding-block: 20px 24px;
  }

  .contact-page .contact-navigation-links small {
    margin-bottom: 8px;
  }

  .home-page .home-information {
    padding-block: 104px;
  }

  .home-page .home-information .container {
    display: grid;
    grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
    align-items: start;
    gap: 54px;
  }

  .home-page .home-information .editorial-heading-row {
    display: block;
    margin: 0;
  }

  .home-page .home-information .editorial-kicker {
    margin-bottom: 10px;
  }

  .home-page .home-information h2 {
    margin: 0;
    font-family: Georgia, "Times New Roman", "Songti SC", SimSun, serif;
    font-size: clamp(25px, 3vw, 38px);
    font-weight: 500;
    letter-spacing: -0.035em;
    line-height: 1.25;
  }

  .home-page .home-information-links a {
    min-height: 0;
    padding-block: 26px 30px;
    font-size: clamp(22px, 2.6vw, 34px);
  }

  .products-page .products-traceability {
    padding-bottom: 0;
  }

  .products-page .products-traceability-inner {
    gap: 54px;
    padding-block: 104px;
  }

  .products-page .products-traceability .editorial-kicker {
    margin-bottom: 10px;
  }

  .products-page .products-traceability h2 {
    margin: 0 0 10px;
    max-width: 680px;
    font-size: clamp(25px, 3vw, 38px);
    line-height: 1.25;
  }

  .products-page .products-traceability p:not(.editorial-kicker) {
    max-width: 680px;
    font-size: 13px;
    line-height: 1.9;
  }

  .contact-page .contact-form > label:not(.form-consent) {
    display: block;
  }

  .contact-page .contact-form > label:not(.form-consent) input:not([type="checkbox"]),
  .contact-page .contact-form > label:not(.form-consent) textarea {
    display: block;
    margin-top: 8px;
  }

  .contact-page .contact-public h2,
  .contact-page .contact-business h2 {
    margin: 0 0 16px;
    font-family: Georgia, "Times New Roman", "Songti SC", SimSun, serif;
    font-size: clamp(38px, 5vw, 66px);
    font-weight: 500;
    line-height: 1.25;
  }

  .contact-page .contact-public .contact-channel-grid > div > p:last-child,
  .contact-page .contact-business .contact-business-grid > div > p:last-child {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
  }
}

.header-inner {
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  gap: 34px;
}

.brand-logo {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  padding-block: 10px;
}

.brand-logo img {
  width: 152px;
  height: 30px;
}

.site-nav {
  flex: 1;
}

.site-nav ul,
.footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0;
}

.site-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding-inline: clamp(14px, 1.4vw, 20px);
  color: #5d5046;
  font-size: 16px;
  white-space: nowrap;
}

.site-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 2px;
  background: var(--color-brand);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.site-nav a[aria-current="page"] {
  color: var(--color-brand-dark);
  font-weight: 600;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}

.language-switch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  min-height: 38px;
  padding: 4px 12px;
  border: 1px solid var(--color-brand);
  border-radius: 999px;
  color: var(--color-brand-dark);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.language-switch:hover {
  background: var(--color-brand);
  color: #fff;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 0;
  background: transparent;
  color: var(--color-ink);
  cursor: pointer;
}

.nav-toggle-lines,
.nav-toggle-lines::before,
.nav-toggle-lines::after {
  display: block;
  width: 24px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-toggle-lines {
  position: relative;
}

.nav-toggle-lines::before,
.nav-toggle-lines::after {
  content: "";
  position: absolute;
  left: 0;
}

.nav-toggle-lines::before {
  top: -7px;
}

.nav-toggle-lines::after {
  top: 7px;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-lines {
  background: transparent;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-lines::before {
  top: 0;
  transform: rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle-lines::after {
  top: 0;
  transform: rotate(-45deg);
}

.nav-overlay {
  display: none;
}

.page-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(76px, 10vw, 138px) 0 clamp(64px, 8vw, 112px);
  background:
    radial-gradient(circle at 88% 18%, rgba(180, 135, 94, 0.24), transparent 34%),
    linear-gradient(135deg, #fff8ef 0%, #f5e2ca 56%, #e8cfb2 100%);
}

.page-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: min(42vw, 520px);
  aspect-ratio: 1;
  right: -12vw;
  bottom: -68%;
  border: 1px solid rgba(180, 135, 94, 0.38);
  border-radius: 50%;
  box-shadow: 0 0 0 42px rgba(255, 255, 255, 0.16), 0 0 0 84px rgba(255, 255, 255, 0.1);
}

.page-kicker {
  margin-bottom: 12px;
  color: var(--color-brand-dark);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.page-hero h1 {
  max-width: 860px;
  margin-bottom: 18px;
  color: #352c25;
  font-family: Georgia, "Times New Roman", "Songti SC", SimSun, serif;
  font-size: clamp(40px, 6vw, 82px);
  font-weight: 500;
  letter-spacing: -0.035em;
}

.page-hero p:last-child {
  max-width: 680px;
  margin-bottom: 0;
  color: #6f5e50;
  font-size: clamp(17px, 2vw, 21px);
}

.home-hero {
  min-height: min(680px, calc(100vh - var(--header-height)));
  display: grid;
  align-items: center;
}

.breadcrumb {
  background: var(--color-paper);
  border-bottom: 1px solid var(--color-line);
}

.breadcrumb ol {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--color-muted);
  font-size: 14px;
}

.breadcrumb li + li::before {
  content: "/";
  margin-right: 10px;
  color: #b7a394;
}

.content-shell {
  padding: clamp(58px, 8vw, 112px) 0;
}

.section-heading {
  max-width: 740px;
  margin-bottom: 38px;
}

.section-heading h2 {
  margin-bottom: 12px;
  font-family: Georgia, "Times New Roman", "Songti SC", SimSun, serif;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 500;
}

.section-heading p {
  margin-bottom: 0;
  color: var(--color-muted);
}

.shell-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.shell-card,
.status-panel {
  background: rgba(255, 253, 249, 0.88);
  border: 1px solid var(--color-line);
  border-radius: 22px;
  box-shadow: var(--shadow-soft);
}

.shell-card {
  min-height: 214px;
  padding: 28px;
}

.shell-card-number {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--color-brand-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  letter-spacing: 0.12em;
}

.shell-card h2,
.shell-card h3 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
}

.shell-card p {
  margin-bottom: 0;
  color: var(--color-muted);
}

.product-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-card {
  display: flex;
  min-height: 280px;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.96), rgba(244, 224, 200, 0.88)),
    var(--color-paper);
}

.product-card .status-label {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: auto;
  padding: 5px 10px;
  border: 1px solid var(--color-line);
  border-radius: 999px;
  color: var(--color-brand-dark);
  font-size: 12px;
}

.status-panel {
  max-width: 820px;
  padding: clamp(28px, 5vw, 54px);
}

.status-panel h2 {
  margin-bottom: 14px;
  font-size: clamp(26px, 3.5vw, 38px);
}

.status-panel p:last-child {
  margin-bottom: 0;
  color: var(--color-muted);
}

.site-footer {
  background: var(--color-brand);
  color: #fff;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(180px, 0.8fr) minmax(360px, 1.5fr) minmax(170px, 0.6fr);
  gap: 48px;
  padding: 58px 0 44px;
}

.footer-brand img {
  width: 152px;
  height: 30px;
  margin-bottom: 18px;
}

.footer-brand p,
.footer-contact p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.footer-title {
  margin-bottom: 16px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 22px;
}

.footer-nav a,
.footer-contact a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  color: #fff;
}

.footer-nav a:hover,
.footer-contact a:hover {
  color: #3c2c1f;
}

.footer-bottom {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
}

@media (max-width: 1100px) {
  .site-nav ul {
    gap: 13px;
  }

  .site-nav a {
    font-size: 14px;
  }
}

@media (max-width: 1000px) {
  :root {
    --header-height: 60px;
  }

  .header-inner {
    min-height: var(--header-height);
    flex-wrap: wrap;
  }

  .brand-logo img {
    width: 132px;
    height: auto;
  }

  .nav-toggle {
    display: none;
  }

  .js .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .site-nav {
    width: 100%;
    flex-basis: 100%;
    padding-bottom: 16px;
  }

  .site-nav ul {
    display: grid;
    gap: 2px;
  }

  .site-nav a {
    width: 100%;
    min-height: 44px;
    padding-inline: 12px;
  }

  .js .header-inner {
    flex-wrap: nowrap;
  }

  .js .site-nav {
    position: fixed;
    z-index: 60;
    top: var(--header-height);
    right: 0;
    bottom: auto;
    width: min(340px, 88vw);
    height: calc(100vh - var(--header-height));
    height: calc(100dvh - var(--header-height));
    flex: none;
    padding: 22px 20px;
    background: var(--color-paper);
    box-shadow: -20px 0 50px rgba(49, 36, 25, 0.14);
    overflow-y: auto;
    overscroll-behavior: contain;
    visibility: hidden;
    transform: translateX(105%);
    transition: transform 220ms ease, visibility 220ms ease;
  }

  .js .site-nav.is-open {
    visibility: visible;
    transform: translateX(0);
  }

  .js .nav-overlay {
    position: fixed;
    z-index: 45;
    inset: var(--header-height) 0 0;
    display: block;
    width: 100%;
    border: 0;
    background: rgba(37, 28, 21, 0.48);
    opacity: 0;
    visibility: hidden;
    transition: opacity 220ms ease, visibility 220ms ease;
  }

  .js .nav-overlay.is-visible {
    opacity: 1;
    visibility: visible;
  }

  body.nav-open {
    overflow: hidden;
  }

  .shell-grid,
  .product-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-main {
    grid-template-columns: 1fr 1.5fr;
  }

  .footer-contact {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(calc(100% - clamp(56px, 15vw, 64px)), var(--container));
  }

  .page-hero {
    padding-block: 64px 58px;
  }

  .home-hero {
    min-height: 520px;
  }

  .page-hero h1 {
    font-size: clamp(38px, 13vw, 58px);
  }

  .shell-grid,
  .product-list,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .shell-card {
    min-height: 188px;
  }

  .footer-main {
    gap: 32px;
  }

  .footer-contact {
    grid-column: auto;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding-block: 16px;
  }
}

/* P6-B2: Home and About editorial presentation */
.home-page,
.about-page {
  background: #fffdf9;
}

.editorial-section {
  padding-block: clamp(76px, 9vw, 132px);
}

.editorial-kicker {
  margin-bottom: 16px;
  color: var(--color-brand-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.editorial-lead {
  color: #40362f;
  font-family: Georgia, "Times New Roman", "Songti SC", SimSun, serif;
  font-size: clamp(22px, 2.4vw, 34px);
  line-height: 1.55;
}

.editorial-heading-row {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  align-items: end;
  gap: 56px;
  margin-bottom: clamp(48px, 6vw, 80px);
}

.editorial-heading-row h2,
.home-introduction h2,
.home-science h2,
.home-history h2,
.about-identity h2,
.about-journey h2,
.about-next h2 {
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", "Songti SC", SimSun, serif;
  font-size: clamp(38px, 5vw, 66px);
  font-weight: 500;
  letter-spacing: -0.035em;
}

.editorial-heading-row > p {
  max-width: 420px;
  margin-bottom: 6px;
  color: #766b63;
  font-size: 17px;
}

.editorial-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.editorial-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 12px 26px;
  border: 1px solid transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.editorial-button:hover {
  transform: translateY(-2px);
}

.editorial-button-primary {
  background: var(--color-brand);
}

.editorial-button-primary:hover {
  background: #9a704c;
  color: #fff;
}

.editorial-button-light {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.08);
}

.editorial-button-light:hover {
  border-color: #fff;
  background: #fff;
  color: #4c3828;
}

.editorial-button-dark {
  background: #3b332d;
}

.editorial-button-dark:hover {
  background: var(--color-brand-dark);
  color: #fff;
}

.editorial-button-outline {
  border-color: rgba(139, 101, 69, 0.6);
  color: var(--color-brand-dark);
}

.editorial-button-outline:hover {
  border-color: var(--color-brand-dark);
  background: var(--color-brand-dark);
  color: #fff;
}

.back-to-top {
  position: fixed;
  right: clamp(18px, 3vw, 42px);
  bottom: clamp(18px, 3vw, 34px);
  z-index: 40;
  display: inline-flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(255, 253, 249, 0.58);
  border-radius: 50%;
  background: var(--color-brand-dark);
  color: var(--color-paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
  transition:
    opacity 180ms ease,
    visibility 180ms ease,
    transform 180ms ease,
    background-color 180ms ease;
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top:hover,
.back-to-top:focus-visible {
  background: var(--color-brand);
}

.back-to-top:focus-visible {
  outline: 2px solid var(--color-brand);
  outline-offset: 3px;
}

.editorial-text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 14px;
  padding-block: 8px;
  border-bottom: 1px solid rgba(139, 101, 69, 0.45);
  color: var(--color-brand-dark);
  font-size: 14px;
  font-weight: 650;
  letter-spacing: 0.06em;
}

.editorial-text-link span {
  transition: transform 180ms ease;
}

.editorial-text-link:hover span {
  transform: translateX(4px);
}

.editorial-text-link-light {
  border-color: rgba(255, 255, 255, 0.42);
  color: #f8e6d3;
}

.editorial-text-link-light:hover {
  color: #fff;
}

/* Home */
.home-visual-hero {
  position: relative;
  min-height: min(790px, calc(100svh - var(--header-height)));
  isolation: isolate;
  overflow: hidden;
  display: grid;
  align-items: center;
  background: #9e805f;
}

.home-visual-hero-image,
.home-visual-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.home-visual-hero-image {
  z-index: -2;
  object-fit: cover;
  object-position: center center;
}

.home-visual-hero-shade {
  z-index: -1;
  background: linear-gradient(90deg, rgba(38, 28, 21, 0.78) 0%, rgba(60, 43, 29, 0.59) 34%, rgba(62, 44, 29, 0.08) 69%, rgba(62, 44, 29, 0) 100%);
}

.home-visual-hero-inner {
  padding-block: 92px;
}

.home-visual-hero-copy {
  max-width: 700px;
  color: #fff;
}

.home-visual-hero .editorial-kicker {
  color: #f1d6b9;
}

.home-visual-hero h1 {
  margin-bottom: 24px;
  color: #fff;
  font-family: Georgia, "Times New Roman", "Songti SC", SimSun, serif;
  font-size: clamp(46px, 5.2vw, 76px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.2;
  text-shadow: 0 3px 24px rgba(33, 21, 13, 0.22);
}

.home-visual-hero-copy > p:last-of-type {
  max-width: 590px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(17px, 1.6vw, 21px);
}

.home-introduction {
  background: #fffdf9;
}

.home-introduction-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(56px, 10vw, 140px);
  align-items: start;
}

.home-introduction-heading {
  padding-right: 30px;
  border-right: 1px solid var(--color-line);
}

.home-introduction h2 span {
  color: var(--color-brand-dark);
  font-family: "Songti SC", SimSun, serif;
  font-size: 0.72em;
  letter-spacing: 0.08em;
}

.home-introduction-copy {
  max-width: 670px;
}

.home-introduction-copy > p:not(.editorial-lead) {
  max-width: 580px;
  color: #766b63;
  font-size: 17px;
}

/* Final B1 micro refinement: Home brand quote and compact ingredient emphasis. */
.home-products {
  background: #f6eadc;
}

.home-products-subtitle {
  display: inline-block;
  margin-left: 0.28em;
  color: var(--color-brand-dark);
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-size: clamp(14px, 1.65vw, 20px);
  font-weight: 600;
  letter-spacing: 0.12em;
  vertical-align: middle;
}

.home-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-product-item {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 0 clamp(20px, 3vw, 44px) 10px;
  border-left: 1px solid rgba(139, 101, 69, 0.22);
  text-align: center;
}

.home-product-link {
  display: flex;
  flex: 1;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.home-product-item:first-child {
  padding-left: 0;
  border-left: 0;
}

.home-product-item:last-child {
  padding-right: 0;
}

.home-product-visual {
  position: relative;
  order: 2;
  height: clamp(280px, 30vw, 400px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.home-product-visual img {
  position: static;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 22px 24px rgba(82, 53, 29, 0.13));
}

/* The renewal visual includes its presentation box, while the other two
   source images use square transparent canvases. Their explicit canvas widths
   normalize the visible bottle height while the fixed visual row owns layout. */
.home-product-item:nth-child(2) .home-product-visual img {
  width: 170%;
  max-width: none;
  max-height: none;
}

.home-product-item:nth-child(3) .home-product-visual img {
  width: 165%;
  max-width: none;
  max-height: none;
}

.home-product-item h3 {
  order: 3;
  min-height: 2.3em;
  margin: 0;
  font-family: Georgia, "Times New Roman", "Songti SC", SimSun, serif;
  font-size: clamp(14px, 1.35vw, 18px);
  font-weight: 500;
  line-height: 1.3;
}

.home-product-alias {
  order: 1;
  margin: 0;
  color: var(--color-brand-dark);
  font-family: Georgia, "Times New Roman", "Songti SC", SimSun, serif;
  font-size: clamp(18px, 2vw, 28px);
  line-height: 1.15;
}

.home-products-action {
  margin-top: clamp(44px, 6vw, 72px);
  text-align: center;
}

.home-science {
  overflow: hidden;
  background: #30352b;
  color: #fff;
}

.home-science-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  align-items: center;
  gap: clamp(50px, 8vw, 110px);
}

.home-science-image {
  position: relative;
}

.home-science-image::before {
  content: "";
  position: absolute;
  inset: -24px 34px 24px -24px;
  border: 1px solid rgba(214, 184, 151, 0.33);
}

.home-science-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 593 / 366;
  object-fit: cover;
}

.home-science .editorial-kicker {
  color: #d8b897;
}

.home-science h2 {
  margin-bottom: 24px;
  color: #fff;
}

.home-science .editorial-lead {
  color: #f6e8d8;
  font-size: clamp(20px, 2.2vw, 29px);
}

.home-science-copy > p:not(.editorial-kicker, .editorial-lead) {
  color: rgba(255, 255, 255, 0.72);
}

.home-history {
  background: #fffdf9;
}

.home-history-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(60px, 10vw, 150px);
}

.home-history-heading > p:last-child {
  max-width: 390px;
  margin-top: 22px;
  color: #766b63;
}

.home-timeline,
.about-timeline {
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-timeline li {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 34px;
  padding: 30px 0 38px;
  border-top: 1px solid var(--color-line);
}

.home-timeline-year,
.about-timeline-year {
  color: var(--color-brand-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  line-height: 1;
}

.home-timeline h3,
.about-timeline h3 {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
}

.home-timeline p,
.about-timeline p {
  margin-bottom: 0;
  color: #766b63;
}

.home-information {
  background: #f1dfcb;
}

.home-page .home-information {
  padding-block: clamp(48px, 6vw, 84px);
}

.home-information-links {
  border-top: 1px solid rgba(139, 101, 69, 0.35);
}

.home-information-links a {
  display: flex;
  min-height: 84px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid rgba(139, 101, 69, 0.35);
  color: #49392e;
  font-family: Georgia, "Times New Roman", "Songti SC", SimSun, serif;
  font-size: clamp(20px, 2.2vw, 28px);
}

.home-information-links a span:last-child {
  font-family: sans-serif;
  transition: transform 180ms ease;
}

.home-information-links a:hover span:last-child {
  transform: translateX(6px);
}

/* About */
.about-page .breadcrumb {
  position: relative;
  z-index: 2;
}

.about-visual-hero {
  overflow: hidden;
  background: #efe0ce;
}

.about-page .about-visual-hero {
  height: auto;
  min-height: 100svh;
  padding-bottom: 0;
}

@media (min-width: 681px) {
  .about-page .about-visual-hero-grid {
    min-height: 100svh;
    margin-block: 0;
    align-items: stretch;
  }

  .about-page .about-visual-hero-image {
    min-height: 0;
    height: auto;
    aspect-ratio: 572 / 733;
    align-self: stretch;
    margin: 0;
    padding: 0;
    transform: translateX(-15%);
  }
}

.about-visual-hero-grid {
  min-height: min(720px, calc(100svh - var(--header-height) - 52px));
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
  align-items: stretch;
  gap: clamp(50px, 8vw, 110px);
}

.about-visual-hero-copy {
  align-self: center;
  padding-block: 90px;
}

.about-visual-hero-copy h1 {
  margin-bottom: 28px;
  color: #3f3229;
  font-family: Georgia, "Times New Roman", "Songti SC", SimSun, serif;
  font-size: clamp(60px, 7.2vw, 104px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.about-visual-hero-copy > p:last-child {
  max-width: 520px;
  margin-bottom: 0;
  color: #6d594a;
  font-size: clamp(18px, 2vw, 23px);
}

.about-visual-hero-image {
  position: relative;
  min-height: 600px;
}

.about-visual-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-identity {
  background: #fffdf9;
}

.about-identity-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(60px, 10vw, 150px);
}

.about-identity-image {
  position: relative;
}

.about-identity-image::before {
  content: "";
  position: absolute;
  inset: 24px -24px -24px 24px;
  background: #ead4bd;
}

.about-identity-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.about-identity h2 {
  margin-bottom: 30px;
}

.about-identity h2 span {
  color: var(--color-brand-dark);
  font-family: "Songti SC", SimSun, serif;
  font-size: 0.7em;
  letter-spacing: 0.08em;
}

.about-identity-copy > p:last-child {
  max-width: 600px;
  margin-bottom: 0;
  color: #766b63;
  font-size: 17px;
}

.about-foundation {
  background: #f6eadc;
}

.about-foundation-list {
  margin: 0;
  border-top: 1px solid rgba(139, 101, 69, 0.3);
}

.about-foundation-list > div {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  align-items: center;
  gap: 30px;
  min-height: 112px;
  border-bottom: 1px solid rgba(139, 101, 69, 0.3);
}

.about-foundation-list dt {
  color: var(--color-brand-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.about-foundation-list dd {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 30px;
  margin: 0;
}

.about-foundation-list strong {
  color: #49392e;
  font-family: Georgia, "Times New Roman", "Songti SC", SimSun, serif;
  font-size: clamp(25px, 3vw, 38px);
  font-weight: 500;
}

.about-foundation-list span {
  color: #84766c;
}

.about-journey {
  background: #30352b;
  color: #fff;
}

.about-journey-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(60px, 9vw, 130px);
}

.about-journey .editorial-kicker,
.about-journey .about-timeline-year {
  color: #d8b897;
}

.about-journey h2 {
  color: #fff;
}

.about-timeline li {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 34px;
  padding: 34px 0 42px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.about-timeline h3 {
  color: #fff;
}

.about-timeline p {
  color: rgba(255, 255, 255, 0.7);
}

.about-next {
  background: #fffdf9;
}

.about-next-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 60px;
}

.about-next h2 {
  margin-bottom: 16px;
}

.about-next-inner > div:first-child > p:last-child {
  margin-bottom: 0;
  color: #766b63;
}

.about-next .editorial-actions {
  flex: 0 0 auto;
  margin-top: 0;
}

@media (max-width: 1020px) {
  .editorial-section {
    padding-block: clamp(68px, 9vw, 94px);
  }

  .home-visual-hero {
    min-height: 680px;
  }

  .home-visual-hero-image {
    object-position: 58% center;
  }

  .home-introduction-grid,
  .home-history-grid,
  .about-journey-grid {
    gap: 60px;
  }

  .home-science-grid {
    gap: 54px;
  }

  .about-visual-hero-grid {
    min-height: 620px;
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.82fr);
    gap: 48px;
  }

  .about-visual-hero-image {
    min-height: 540px;
  }

  .about-identity-grid {
    gap: 64px;
  }
}

@media (max-width: 800px) {
  .editorial-heading-row,
  .home-introduction-grid,
  .home-science-grid,
  .home-history-grid,
  .about-identity-grid,
  .about-journey-grid {
    grid-template-columns: 1fr;
  }

  .editorial-heading-row {
    gap: 18px;
  }

  .editorial-heading-row > p {
    margin-bottom: 0;
  }

  .home-visual-hero-image {
    object-position: 62% center;
  }

  .home-visual-hero-shade {
    background: linear-gradient(90deg, rgba(38, 28, 21, 0.82) 0%, rgba(50, 36, 25, 0.68) 55%, rgba(50, 36, 25, 0.2) 100%);
  }

  .home-introduction-heading {
    padding: 0 0 30px;
    border-right: 0;
    border-bottom: 1px solid var(--color-line);
  }

  .home-product-grid {
    gap: 34px;
  }

  .home-product-item {
    padding-inline: 20px;
  }

  .home-product-visual {
    height: 270px;
    margin: 0;
  }

  .home-product-item h3 {
    min-height: 0;
    font-size: 17px;
  }

  .home-science-image {
    max-width: 620px;
  }

  .home-science-portal .home-introduction-copy > p.editorial-lead {
    white-space: normal;
  }

  .home-history-grid,
  .about-journey-grid {
    gap: 40px;
  }

  .about-visual-hero-grid {
    width: 100%;
    grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1.1fr);
    gap: 0;
  }

  .about-visual-hero-copy {
    padding: 72px 30px 72px 4vw;
  }

  .about-visual-hero-copy h1 {
    font-size: clamp(52px, 9vw, 76px);
  }

  .about-visual-hero-image {
    min-height: 560px;
  }

  .about-identity-image {
    max-width: 520px;
  }

  .about-next-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 34px;
  }
}

@media (max-width: 600px) {
  .editorial-section {
    padding-block: 68px;
  }

  .editorial-heading-row {
    margin-bottom: 42px;
  }

  .editorial-actions {
    width: 100%;
  }

  .editorial-button {
    min-width: 0;
    flex: 1 1 150px;
    padding-inline: 18px;
  }

  .home-visual-hero {
    min-height: 650px;
    align-items: end;
  }

  .home-visual-hero-image {
    object-position: 65% center;
  }

  .home-visual-hero-shade {
    background: linear-gradient(0deg, rgba(34, 24, 17, 0.92) 0%, rgba(43, 30, 21, 0.67) 58%, rgba(43, 30, 21, 0.16) 100%);
  }

  .home-visual-hero-inner {
    padding-block: 70px 58px;
  }

  .home-visual-hero h1 {
    margin-bottom: 20px;
    font-size: clamp(38px, 11vw, 54px);
  }

  .home-visual-hero h1 br {
    display: none;
  }

  .home-introduction-grid {
    gap: 36px;
  }

  .home-product-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .home-product-item,
  .home-product-item:first-child,
  .home-product-item:last-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 28px 0;
    border-left: 0;
    border-top: 1px solid rgba(139, 101, 69, 0.22);
  }

  .home-product-item:last-child {
    border-bottom: 1px solid rgba(139, 101, 69, 0.22);
  }

  .home-product-visual {
    height: 210px;
    margin: 0;
  }

  .home-product-alias {
    margin: 0;
    font-size: 20px;
  }

  .home-product-item h3 {
    min-height: 0;
    margin: 10px 0 0;
  }

  .home-products-subtitle {
    display: block;
    margin: 8px 0 0;
    font-size: 14px;
  }

  .home-products-action {
    margin-top: 38px;
  }

  .home-science-grid {
    gap: 46px;
  }

  .home-ingredients .home-science-copy .editorial-kicker {
    margin-bottom: 10px;
  }

  .home-ingredients .home-science-copy .editorial-lead {
    margin-bottom: 12px;
  }

  .home-page .home-introduction-grid {
    gap: 27px;
  }

  .home-page .home-introduction-heading {
    padding-bottom: 21px;
    border-bottom: 1px solid var(--color-line);
  }

  .home-page .home-introduction-heading .editorial-kicker {
    margin-bottom: 10px;
  }

  .home-page .home-introduction-copy > p {
    margin-bottom: 12px;
  }

  .home-science-portal .home-introduction-grid {
    gap: 0;
  }

  .home-science-portal .home-introduction-heading {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .home-science-portal .home-introduction-heading .editorial-kicker {
    margin-bottom: 10px;
  }

  .home-science-portal .home-introduction-copy > .editorial-lead {
    margin-bottom: 12px;
  }

  .home-page .home-information {
    padding-block: 68px;
  }

  .home-information .editorial-heading-row {
    margin-bottom: 12px;
  }

  .home-information .editorial-kicker {
    margin-bottom: 10px;
  }

  .home-page .home-information-links a {
    min-height: 68px;
  }

  .about-page .about-journey-grid {
    gap: 12px;
  }

  .about-page .about-journey-heading .editorial-kicker {
    margin-bottom: 10px;
  }

  .about-page .about-journey-heading .about-journey-intro {
    margin-top: 12px;
  }

  .about-page .about-timeline li {
    padding-block: 22px 26px;
  }

  .about-page .about-timeline > li:last-child {
    padding-bottom: 12px;
  }

  .about-page .about-market-inline > div:last-child {
    padding-bottom: 0;
  }

  .about-page .about-next-inner {
    gap: 12px;
  }

  .about-page .about-next .editorial-kicker {
    margin-bottom: 10px;
  }

  .about-page .about-next-inner > div:first-child h2 {
    margin-bottom: 10px;
  }

  .home-science-portal .home-introduction-copy > p.editorial-lead {
    white-space: normal;
  }

  .home-science-image::before {
    inset: -14px 18px 14px -14px;
  }

  .home-timeline li,
  .about-timeline li {
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 18px;
  }

  .home-timeline-year,
  .about-timeline-year {
    font-size: 26px;
  }

  .home-information-links a {
    min-height: 76px;
  }

  .about-visual-hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .about-visual-hero-copy {
    padding: 64px 20px 52px;
  }

  .about-visual-hero-copy h1 {
    font-size: clamp(54px, 17vw, 76px);
  }

  .about-visual-hero-image {
    min-height: 420px;
  }

  .about-visual-hero-image img {
    object-position: center 44%;
  }

  .about-identity-grid {
    gap: 58px;
  }

  .about-identity-image::before {
    inset: 14px -14px -14px 14px;
  }

  .about-foundation-list > div {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 12px;
  }

  .about-foundation-list dd {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }

  .about-foundation-list span {
    font-size: 14px;
  }

  .about-next .editorial-actions {
    margin-top: 0;
  }
}

@media (max-width: 360px) {
  .editorial-section {
    padding-block: 58px;
  }

  .home-visual-hero {
    min-height: 620px;
  }

  .home-visual-hero-inner {
    padding-block: 58px 48px;
  }

  .home-visual-hero h1 {
    font-size: 36px;
  }

  .home-visual-hero-copy > p:last-of-type {
    font-size: 16px;
  }

  .home-product-item,
  .home-product-item:first-child,
  .home-product-item:last-child {
    width: 100%;
  }

  .home-product-visual {
    height: 190px;
  }

  .home-product-item h3 {
    font-size: 16px;
  }

  .about-visual-hero-copy {
    padding-inline: 16px;
  }

  .about-visual-hero-image {
    min-height: 360px;
  }
}

@media (max-width: 800px) {
  .home-page .home-product-item:nth-child(2) .home-product-visual,
  .home-page .home-product-item:nth-child(3) .home-product-visual {
    height: 250px;
    margin: 0;
  }

  .home-page .home-product-item:nth-child(2) .home-product-visual img,
  .home-page .home-product-item:nth-child(3) .home-product-visual img {
    width: 134%;
    max-width: none;
    max-height: none;
    transform: none;
  }

  .home-page .home-science-image {
    width: min(68%, 230px);
    max-width: none;
    margin: 12px auto 8px;
  }

  .home-page .home-science-image img {
    height: auto;
    object-fit: contain;
  }
}

/* Final B1 public IA */
.home-page .site-header {
  position: absolute;
  width: 100%;
  background: transparent;
  border-bottom-color: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.home-page .home-visual-hero {
  min-height: 100svh;
}

.home-page .site-header:not(.is-scrolled) .site-nav a {
  color: rgba(255, 255, 255, 0.9);
}

.home-page .site-header:not(.is-scrolled) .language-switch {
  border-color: rgba(255, 255, 255, 0.7);
  color: #fff;
}

.home-page .site-header.is-scrolled {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.site-header.is-scrolled {
  background: rgba(255, 253, 249, 0.96);
  border-bottom-color: var(--color-line);
  box-shadow: 0 8px 24px rgba(74, 54, 36, 0.08);
  backdrop-filter: blur(14px);
}

.site-nav ul {
  justify-content: space-between;
}

.home-ingredients {
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(239, 213, 186, 0.18), transparent 34%),
    linear-gradient(128deg, #493429 0%, #684a38 58%, #856246 100%);
  color: #fff;
}

.home-ingredients .editorial-kicker,
.home-ingredients .home-science-copy .editorial-lead {
  color: #d8b897;
}

.home-ingredients h2 {
  color: #fff;
}

.home-ingredients .home-science-copy > p:not(.editorial-kicker, .editorial-lead) {
  color: rgba(255, 255, 255, 0.72);
}

.home-science-portal {
  background: #f6eadc;
}

.home-science-portal .home-introduction-copy > p.editorial-lead {
  white-space: nowrap;
}

.home-science-portal .editorial-text-link {
  margin-top: 0;
}

/* Keep the homepage Science copy inside the mobile viewport. */
@media (max-width: 800px) {
  .home-page .home-science-portal .home-introduction-copy,
  .home-page .home-science-portal .home-introduction-copy > p.editorial-lead {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .home-page .home-science-portal .home-introduction-copy > p.editorial-lead {
    white-space: normal;
    overflow-wrap: anywhere;
  }
}

.products-ingredients,
.about-market {
  background: #f6eadc;
}

.ingredient-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ingredient-list span {
  padding: 12px 18px;
  border: 1px solid rgba(139, 101, 69, 0.32);
  color: #49392e;
  background: rgba(255, 253, 249, 0.55);
  font-family: Georgia, "Times New Roman", "Songti SC", SimSun, serif;
  font-size: 19px;
}

.ingredient-note,
.science-evidence-note,
.about-quality-note {
  max-width: 720px;
  margin: 30px 0 0;
  color: #766b63;
}

.science-evidence-note {
  padding: 20px 0 0;
  border-top: 1px solid var(--color-line);
}

.faq-group-title {
  margin: 50px 0 0;
  padding: 20px 0;
  border-bottom: 1px solid var(--color-line);
  color: var(--color-brand-dark);
  font-family: Georgia, "Times New Roman", "Songti SC", SimSun, serif;
  font-size: 26px;
  font-weight: 500;
}

.contact-form-section {
  background: #fffdf9;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(60px, 9vw, 130px);
}

.contact-form-grid h2 {
  font-family: Georgia, "Times New Roman", "Songti SC", SimSun, serif;
  font-size: clamp(38px, 5vw, 66px);
  font-weight: 500;
}

.contact-form {
  display: grid;
  gap: 22px;
}

.contact-form > label {
  display: grid;
  gap: 8px;
  color: #49392e;
  font-weight: 650;
}

.contact-form input:not([type="checkbox"]),
.contact-form textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid var(--color-line);
  border-radius: 0;
  background: #fff;
  color: var(--color-ink);
  resize: vertical;
}

.form-consent {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  font-weight: 400 !important;
}

.form-consent input {
  width: 18px;
  height: 18px;
  margin-top: 5px;
}

.form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-status {
  margin: 0;
  color: #766b63;
  font-size: 14px;
}

.final-footer {
  grid-template-columns: minmax(180px, 1.1fr) repeat(3, minmax(130px, 0.8fr));
}

.final-footer .footer-nav {
  display: grid;
  grid-template-columns: 1fr;
}

.footer-language-title {
  margin-top: 28px;
}

.footer-contact {
  margin: 0;
}

@media (max-width: 1000px) {
  .home-page .site-header:not(.is-scrolled) .site-nav {
    background: var(--color-paper);
  }

  .home-page .site-header:not(.is-scrolled) .site-nav a {
    color: #5d5046;
  }

  .contact-form-grid,
  .final-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-form-grid > :first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .site-nav ul {
    justify-content: initial;
  }

  .contact-form-grid,
  .final-footer {
    grid-template-columns: 1fr;
  }

  .contact-form-grid > :first-child {
    grid-column: auto;
  }

  .ingredient-list span {
    font-size: 17px;
  }
}

/* P6-B4: Brand, FAQ and Contact editorial presentation */
.brand-page,
.faq-page,
.contact-page {
  background: #fffdf9;
}

.brand-visual-hero,
.faq-visual-hero,
.contact-visual-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.brand-visual-hero {
  background: #30352b;
  color: #fff;
}

.brand-visual-hero::before {
  content: "LANMCA";
  position: absolute;
  z-index: -1;
  right: -0.03em;
  bottom: -0.18em;
  color: rgba(255, 255, 255, 0.035);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(120px, 19vw, 280px);
  line-height: 1;
  pointer-events: none;
}

.brand-visual-hero-grid {
  min-height: min(650px, calc(100svh - var(--header-height) - 52px));
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(390px, 0.9fr);
  align-items: center;
  gap: clamp(60px, 10vw, 150px);
  padding-block: 86px;
}

.brand-visual-hero-copy,
.brand-identity-copy,
.brand-trademark-grid > *,
.brand-collaboration-inner > *,
.faq-list-grid > *,
.contact-visual-hero-grid > *,
.contact-email-grid > *,
.contact-navigation-grid > * {
  min-width: 0;
}

.brand-visual-hero .editorial-kicker,
.brand-collaboration .editorial-kicker,
.contact-visual-hero .editorial-kicker,
.contact-navigation .editorial-kicker {
  color: #d8b897;
}

.brand-visual-hero h1,
.faq-visual-hero h1,
.contact-visual-hero h1 {
  margin-bottom: 26px;
  font-family: Georgia, "Times New Roman", "Songti SC", SimSun, serif;
  font-size: clamp(58px, 8vw, 112px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 1;
}

.brand-visual-hero-copy > p:last-child {
  max-width: 620px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: clamp(17px, 1.7vw, 21px);
}

.brand-hero-facts {
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.brand-hero-facts > div {
  display: grid;
  grid-template-columns: 105px minmax(0, 1fr);
  align-items: baseline;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.brand-hero-facts dt {
  color: #d8b897;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  white-space: nowrap;
  text-transform: uppercase;
}

.brand-hero-facts dd {
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", "Songti SC", SimSun, serif;
  font-size: clamp(23px, 2.6vw, 36px);
}

.brand-identity {
  background: #fffdf9;
}

.brand-identity-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
  align-items: start;
  gap: clamp(60px, 10vw, 150px);
}

.brand-identity h2,
.brand-production h2,
.brand-trademark h2,
.brand-channels h2,
.brand-collaboration h2,
.faq-list-heading h2,
.faq-contact h2,
.contact-email h2,
.contact-topics h2,
.contact-navigation h2 {
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", "Songti SC", SimSun, serif;
  font-size: clamp(38px, 5vw, 66px);
  font-weight: 500;
  letter-spacing: -0.035em;
}

.brand-history-points {
  margin-top: 54px;
  border-top: 1px solid var(--color-line);
}

.brand-history-points article {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 8px 28px;
  padding: 28px 0 34px;
  border-bottom: 1px solid var(--color-line);
}

.brand-history-points span {
  grid-row: 1 / 3;
  color: var(--color-brand-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
}

.brand-history-points h3 {
  margin-bottom: 0;
  font-size: 20px;
}

.brand-history-points p {
  margin-bottom: 0;
  color: #766b63;
}

.brand-production {
  background: #f1dfcb;
}

.brand-quality-grid,
.brand-channel-grid,
.contact-topic-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(139, 101, 69, 0.32);
}

.brand-quality-grid article,
.contact-topic-grid article {
  min-width: 0;
  padding: 40px clamp(28px, 4vw, 52px) 22px;
  border-right: 1px solid rgba(139, 101, 69, 0.32);
}

.brand-quality-grid article:first-child,
.contact-topic-grid article:first-child {
  padding-left: 0;
}

.brand-quality-grid article:last-child,
.contact-topic-grid article:last-child {
  padding-right: 0;
  border-right: 0;
}

.brand-quality-grid span,
.contact-topic-grid span {
  display: inline-flex;
  margin-bottom: 48px;
  color: var(--color-brand-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
}

.brand-quality-grid h3,
.brand-channel-grid h3,
.contact-topic-grid h3 {
  margin-bottom: 14px;
  color: #49392e;
  font-family: Georgia, "Times New Roman", "Songti SC", SimSun, serif;
  font-size: clamp(23px, 2.5vw, 34px);
  font-weight: 500;
}

.brand-quality-grid p,
.contact-topic-grid p {
  margin-bottom: 0;
  color: #716157;
}

.brand-trademark {
  background: #fffdf9;
}

.brand-trademark-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  align-items: start;
  gap: clamp(60px, 9vw, 130px);
}

.brand-trademark-grid > div > p:last-child {
  max-width: 500px;
  margin: 26px 0 0;
  color: #766b63;
}

.brand-trademark-data {
  margin: 0;
  border-top: 1px solid var(--color-line);
}

.brand-trademark-data > div {
  padding: 30px 0 34px;
  border-bottom: 1px solid var(--color-line);
}

.brand-trademark-data dt {
  margin-bottom: 10px;
  color: #88786b;
  font-size: 13px;
  letter-spacing: 0.08em;
}

.brand-trademark-data dd {
  margin: 0;
  color: #3f3229;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(25px, 3vw, 38px);
  overflow-wrap: anywhere;
}

.brand-channels {
  background: #f6eadc;
}

.brand-channel-grid {
  gap: 18px;
  border-top: 0;
}

.brand-channel-grid article {
  min-width: 0;
  padding: 34px;
  border: 1px solid rgba(139, 101, 69, 0.24);
  background: rgba(255, 253, 249, 0.5);
}

.brand-channel-grid span {
  display: block;
  margin-bottom: 38px;
  color: var(--color-brand-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.brand-channel-grid h3 {
  margin-bottom: 0;
  font-size: clamp(21px, 2.1vw, 28px);
}

.brand-collaboration {
  background: #30352b;
  color: #fff;
}

.brand-collaboration-inner,
.faq-contact-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 60px;
}

.brand-collaboration h2 {
  margin-bottom: 16px;
  color: #fff;
}

.brand-collaboration-inner > div > p:last-child {
  margin-bottom: 0;
  color: #f1d8c1;
  font-size: clamp(18px, 2vw, 24px);
}

.brand-collaboration .editorial-button {
  flex: 0 0 auto;
}

.faq-visual-hero {
  background: #f1dfcb;
}

.faq-page .faq-visual-hero {
  min-height: 100svh;
}

@media (min-width: 601px) {
  .faq-page .faq-visual-hero-inner {
    min-height: 100svh;
  }
}

.faq-visual-hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: -0.2em;
  width: 100%;
  height: 100%;
  background: url("/zh/assets/images/faq/faq-hero-light-shadow.png") center / cover no-repeat;
  filter: blur(0.5px) contrast(1.06);
  mix-blend-mode: multiply;
  opacity: 0.44;
  pointer-events: none;
}

.faq-visual-hero-inner {
  position: relative;
  z-index: 1;
  min-height: 520px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-block: 78px;
}

.faq-visual-hero h1 {
  color: #3f3229;
}

.faq-visual-hero-inner > p:last-child {
  max-width: 610px;
  margin-bottom: 0;
  color: #6d594a;
  font-size: clamp(17px, 1.7vw, 21px);
}

.faq-list-section {
  background: #fffdf9;
}

.faq-list-grid {
  display: grid;
  grid-template-columns: minmax(250px, 0.55fr) minmax(0, 1.45fr);
  align-items: start;
  gap: clamp(60px, 9vw, 130px);
}

.faq-list-heading {
  position: sticky;
  top: calc(var(--header-height) + 36px);
}

.faq-list-heading > p:last-child {
  max-width: 300px;
  margin: 24px 0 0;
  color: #766b63;
}

.faq-list {
  border-top: 1px solid var(--color-line);
}

.faq-item {
  min-width: 0;
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  gap: 28px;
  padding: 32px 0 38px;
  border-bottom: 1px solid var(--color-line);
}

.faq-item > span {
  color: var(--color-brand-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
}

.faq-item h3 {
  margin-bottom: 14px;
  color: #40362f;
  font-family: Georgia, "Times New Roman", "Songti SC", SimSun, serif;
  font-size: clamp(21px, 2.1vw, 28px);
  font-weight: 500;
}

.faq-item p {
  margin-bottom: 0;
  color: #6f6259;
  font-size: 16px;
  line-height: 1.9;
  overflow-wrap: anywhere;
}

.faq-contact {
  background: #f6eadc;
}

.faq-contact h2 {
  margin-bottom: 16px;
}

.faq-contact-inner > div:first-child > p:last-child {
  margin-bottom: 0;
  color: #766b63;
}

.faq-contact .editorial-actions {
  flex: 0 0 auto;
  margin-top: 0;
}

.contact-visual-hero {
  background: #30352b;
  color: #fff;
}

.contact-visual-hero::after {
  content: "CONTACT";
  position: absolute;
  z-index: -1;
  right: 1vw;
  bottom: -0.05em;
  color: rgba(255, 255, 255, 0.035);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(80px, 15vw, 220px);
  line-height: 1;
  pointer-events: none;
}

.contact-visual-hero-grid {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  align-items: center;
  gap: clamp(60px, 9vw, 130px);
  padding-block: 84px;
}

.contact-visual-hero h1 {
  margin-bottom: 0;
  color: #fff;
}

.contact-visual-hero-grid > p {
  max-width: 540px;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.75);
  font-size: clamp(17px, 1.7vw, 21px);
}

.contact-email {
  background: #fffdf9;
}

.contact-email-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  align-items: end;
  gap: clamp(60px, 9vw, 130px);
}

.contact-email-grid > div > p:last-child {
  margin: 22px 0 0;
  color: #766b63;
}

.contact-email-link {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 0;
  border-top: 1px solid var(--color-line);
  border-bottom: 1px solid var(--color-line);
  color: #49392e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 3.2vw, 44px);
}

.contact-email-link span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.contact-email-link b,
.contact-navigation-links b {
  flex: 0 0 auto;
  font-family: sans-serif;
  font-weight: 400;
}

.contact-topics {
  background: #f1dfcb;
}

.contact-topic-grid article {
  padding-bottom: 28px;
}

.contact-navigation {
  background: #30352b;
  color: #fff;
}

.contact-navigation-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(60px, 9vw, 130px);
}

.contact-navigation h2 {
  color: #fff;
}

.contact-navigation-links {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.contact-navigation-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 26px 0 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  font-family: Georgia, "Times New Roman", "Songti SC", SimSun, serif;
  font-size: clamp(22px, 2.6vw, 34px);
}

.contact-navigation-links small {
  display: block;
  margin-bottom: 8px;
  color: #d8b897;
  font-family: sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.contact-public {
  background: #fffdf9;
}

.contact-channel-grid,
.contact-business-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  align-items: start;
  gap: clamp(60px, 9vw, 130px);
}

.contact-channel-grid > div > p:last-child,
.contact-business-grid > div > p:last-child {
  margin: 22px 0 0;
  color: #766b63;
}

.contact-business {
  background: #f1dfcb;
}

.contact-detail-list {
  margin: 0;
  border-top: 1px solid var(--color-line);
}

.contact-detail-row {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  align-items: baseline;
  gap: 28px;
  padding: 26px 0 28px;
  border-bottom: 1px solid var(--color-line);
}

.contact-detail-row dt {
  color: #766b63;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.contact-detail-row dd {
  min-width: 0;
  margin: 0;
  color: #49392e;
  font-family: Georgia, "Times New Roman", "Songti SC", SimSun, serif;
  font-size: clamp(23px, 3vw, 38px);
  overflow-wrap: anywhere;
}

.contact-placeholder {
  color: #9a8d83;
  font-family: sans-serif;
  font-size: 15px;
  letter-spacing: 0.05em;
}

.contact-qr {
  display: block;
  width: min(176px, 100%);
  height: auto;
  aspect-ratio: 1;
}

@media (max-width: 800px) {
  .contact-channel-grid,
  .contact-business-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
}

@media (max-width: 600px) {
  /* Keep Brand Contact's mobile rhythm and type hierarchy aligned with Home Ingredients. */
  .contact-page .contact-public .editorial-kicker,
  .contact-page .contact-business .editorial-kicker {
    margin-bottom: 10px;
    font-size: 12px;
    font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", system-ui, sans-serif;
  }

  .contact-page .contact-public h2,
  .contact-page .contact-business h2 {
    margin-bottom: 0;
    font-family: Georgia, "Times New Roman", "Songti SC", SimSun, serif;
    font-size: clamp(38px, 5vw, 66px);
    font-weight: 500;
    letter-spacing: -0.035em;
    line-height: 1.15;
  }

  .contact-page .contact-public .contact-channel-grid > div > p:last-child,
  .contact-page .contact-business .contact-business-grid > div > p:last-child {
    margin-top: 12px;
    font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", system-ui, sans-serif;
    font-size: 17px;
    line-height: 1.8;
  }

  .contact-page .contact-public .contact-detail-row,
  .contact-page .contact-business .contact-detail-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 18px 0 20px;
  }

  .contact-page .contact-business .contact-detail-row {
    grid-template-columns: 64px minmax(0, 1fr);
    align-items: baseline;
    gap: 16px;
  }

  .contact-page .contact-public .contact-detail-row dt,
  .contact-page .contact-business .contact-detail-row dt {
    font-size: 12px;
  }

  .contact-page .contact-public .contact-detail-row dd,
  .contact-page .contact-business .contact-detail-row dd {
    font-size: 18px;
  }

  .contact-page .contact-public .contact-detail-row:last-child,
  .contact-page .contact-business .contact-detail-row:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 1020px) {
  .brand-visual-hero-grid,
  .brand-identity-grid,
  .brand-trademark-grid,
  .faq-list-grid,
  .contact-visual-hero-grid,
  .contact-email-grid,
  .contact-navigation-grid {
    gap: 64px;
  }

  .brand-visual-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.85fr);
  }
}

@media (max-width: 800px) {
  .brand-visual-hero-grid,
  .brand-identity-grid,
  .brand-trademark-grid,
  .faq-list-grid,
  .contact-visual-hero-grid,
  .contact-email-grid,
  .contact-navigation-grid {
    grid-template-columns: 1fr;
  }

  .brand-visual-hero-grid {
    gap: 50px;
  }

  .brand-hero-facts {
    max-width: 620px;
  }

  .brand-quality-grid,
  .brand-channel-grid,
  .contact-topic-grid {
    grid-template-columns: 1fr;
  }

  .brand-quality-grid article,
  .brand-quality-grid article:first-child,
  .brand-quality-grid article:last-child,
  .contact-topic-grid article,
  .contact-topic-grid article:first-child,
  .contact-topic-grid article:last-child {
    padding: 30px 0 34px;
    border-right: 0;
    border-bottom: 1px solid rgba(139, 101, 69, 0.32);
  }

  .brand-quality-grid article:last-child,
  .contact-topic-grid article:last-child {
    border-bottom: 0;
  }

  .brand-quality-grid span,
  .contact-topic-grid span {
    margin-bottom: 22px;
  }

  .brand-channel-grid {
    gap: 14px;
  }

  .faq-list-heading {
    position: static;
  }

  .contact-visual-hero-grid {
    align-items: start;
    gap: 34px;
  }
}

@media (max-width: 600px) {
  .faq-page .faq-visual-hero {
    min-height: auto;
  }

  .contact-page .contact-visual-hero {
    padding-top: 20%;
  }

  .contact-page .contact-form-section {
    padding-block: 48px;
  }

  .contact-page .contact-form-grid {
    gap: 28px;
  }

  .contact-page .contact-form {
    gap: 16px;
  }

  .contact-page .contact-form > label:not(.form-consent) {
    display: block;
  }

  .contact-page .contact-form > label:not(.form-consent) input:not([type="checkbox"]),
  .contact-page .contact-form > label:not(.form-consent) textarea {
    display: block;
    margin-top: 8px;
  }

  .faq-page .faq-visual-hero h1 {
    margin-bottom: 34px;
  }

  .faq-page .faq-visual-hero-inner > p:last-child {
    max-width: 540px;
  }

  .contact-page .contact-form-grid > :first-child .editorial-kicker {
    margin-bottom: 10px;
    font-size: 12px;
    font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", system-ui, sans-serif;
  }

  .contact-page .contact-form-grid > :first-child h2 {
    margin-bottom: 0;
    font-family: Georgia, "Times New Roman", "Songti SC", SimSun, serif;
    font-size: clamp(38px, 5vw, 66px);
    font-weight: 500;
    letter-spacing: -0.035em;
    line-height: 1.15;
  }

  .contact-page .contact-form-grid > :first-child p:last-child {
    margin-top: 12px;
    margin-bottom: 0;
    font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", system-ui, sans-serif;
    font-size: 17px;
    line-height: 1.8;
  }

  .contact-page .contact-navigation {
    padding-block: 68px;
  }

  .contact-page .contact-navigation-grid {
    gap: 32px;
  }

  .contact-page .contact-navigation .editorial-kicker {
    margin-bottom: 10px;
    font-size: 12px;
    font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", system-ui, sans-serif;
  }

  .contact-page .contact-navigation h2 {
    margin-bottom: 0;
    font-family: Georgia, "Times New Roman", "Songti SC", SimSun, serif;
    font-size: clamp(38px, 5vw, 66px);
    font-weight: 500;
    letter-spacing: -0.035em;
    line-height: 1.15;
  }

  .contact-page .contact-navigation-links a {
    padding-block: 14px 16px;
  }

  .contact-page .contact-navigation-links small {
    margin-bottom: 6px;
  }

  .brand-visual-hero-grid,
  .faq-visual-hero-inner,
  .contact-visual-hero-grid {
    min-height: auto;
    padding-block: 64px;
  }

  .brand-visual-hero h1,
  .faq-visual-hero h1,
  .contact-visual-hero h1 {
    font-size: clamp(50px, 16vw, 70px);
  }

  .brand-hero-facts > div {
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 16px;
  }

  .brand-history-points article {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 8px 18px;
  }

  .brand-trademark-data dd {
    font-size: 24px;
  }

  .brand-channel-grid article {
    padding: 28px 24px;
  }

  .brand-channel-grid span {
    margin-bottom: 24px;
  }

  .brand-collaboration-inner,
  .faq-contact-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 34px;
  }

  .brand-collaboration .editorial-button {
    width: 100%;
  }

  .faq-item {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    padding-block: 26px 30px;
  }

  .faq-item > span {
    font-size: 21px;
  }

  .faq-item h3 {
    font-size: 21px;
  }

  .faq-item p {
    font-size: 15px;
  }

  .faq-contact .editorial-actions {
    width: 100%;
  }

  .contact-email-grid,
  .contact-navigation-grid {
    gap: 42px;
  }

  .contact-email-link {
    font-size: clamp(22px, 7.4vw, 30px);
  }
}

@media (max-width: 360px) {
  .brand-visual-hero h1,
  .faq-visual-hero h1,
  .contact-visual-hero h1 {
    font-size: 48px;
  }

  .brand-hero-facts > div {
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .brand-history-points article {
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 8px 14px;
  }

  .brand-history-points span {
    font-size: 25px;
  }

  .brand-trademark-data dd {
    font-size: 21px;
  }

  .faq-item {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
  }

  .faq-item h3 {
    font-size: 20px;
  }

  .contact-email-link {
    gap: 14px;
    font-size: 21px;
  }
}

/* P6-B3: Products and Science editorial presentation */
.products-page,
.science-page {
  background: #fffdf9;
}

.products-visual-hero,
.science-visual-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.products-visual-hero {
  background:
    radial-gradient(circle at 82% 20%, rgba(255, 255, 255, 0.92), transparent 30%),
    linear-gradient(128deg, #fffaf3 0%, #f2dfc9 58%, #dec1a0 100%);
}

.products-visual-hero::before {
  content: "LANMCA";
  position: absolute;
  z-index: -1;
  right: 2vw;
  bottom: 20px;
  color: rgba(139, 101, 69, 0.075);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(100px, 14vw, 205px);
  line-height: 1;
  pointer-events: none;
}

.products-visual-hero-grid {
  min-height: min(700px, calc(100svh - var(--header-height) - 52px));
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  align-items: center;
  gap: clamp(34px, 6vw, 86px);
  padding-block: 74px;
}

.products-visual-hero-copy {
  min-width: 0;
}

.products-visual-hero-copy h1,
.science-visual-hero-copy h1 {
  margin-bottom: 26px;
  font-family: Georgia, "Times New Roman", "Songti SC", SimSun, serif;
  font-size: clamp(54px, 7vw, 102px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 1;
}

.products-visual-hero-copy > p:not(.editorial-kicker) {
  max-width: 520px;
  margin-bottom: 0;
  color: #6d5c4f;
  font-size: clamp(17px, 1.6vw, 21px);
}

.products-visual-hero-stage {
  position: relative;
  min-width: 0;
  height: clamp(420px, 43vw, 590px);
}

.products-visual-hero-stage::before {
  content: "";
  position: absolute;
  inset: 9% 3% 5% 2%;
  border: 1px solid rgba(139, 101, 69, 0.22);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.products-hero-product {
  position: absolute;
  bottom: 4%;
  display: grid;
  place-items: center;
}

.products-hero-product img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 28px 30px rgba(74, 46, 25, 0.17));
}

.products-hero-product-renewal {
  z-index: 2;
  left: 0;
  width: 59%;
  height: 82%;
}

.products-hero-product-vitality {
  z-index: 1;
  left: 53%;
  width: 22%;
  height: 71%;
}

.products-page .products-hero-product-vitality img {
  object-fit: contain;
  transform: scale(3.6);
}

.products-page .products-hero-product-bright img {
  transform: translateY(-12%) scale(1.28);
}

.products-hero-product-bright {
  z-index: 1;
  right: -4%;
  width: 22%;
  height: 71%;
}

.products-collection {
  background: #fffdf9;
}

.products-collection-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.products-collection-card {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(170px, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: clamp(26px, 4vw, 52px);
  padding: clamp(30px, 4vw, 52px);
  background: #f6eadc;
  border: 1px solid rgba(139, 101, 69, 0.16);
}

.products-collection-card-featured {
  grid-column: 1 / -1;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  background: linear-gradient(125deg, #f5e4d2 0%, #fffaf3 100%);
}

.products-collection-visual {
  position: relative;
  min-width: 0;
  height: clamp(290px, 30vw, 430px);
}

.products-collection-card:not(.products-collection-card-featured) .products-collection-visual {
  height: 340px;
}

.products-collection-visual::before {
  content: "";
  position: absolute;
  inset: 12% 5%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.56);
}

.products-collection-visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 20px 24px rgba(74, 46, 25, 0.12));
}

.products-collection-copy {
  min-width: 0;
}

.products-collection-number,
.science-pillar-label {
  margin-bottom: 18px;
  color: var(--color-brand-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.products-collection-copy h3 {
  margin-bottom: 10px;
  color: #49392e;
  font-family: Georgia, "Times New Roman", "Songti SC", SimSun, serif;
  font-size: clamp(25px, 3vw, 42px);
  font-weight: 500;
  letter-spacing: -0.025em;
}

.products-collection-card:not(.products-collection-card-featured) h3 {
  font-size: clamp(22px, 2.1vw, 30px);
}

.products-collection-alias {
  margin-bottom: 0;
  color: #8a7665;
  font-size: 14px;
  letter-spacing: 0.14em;
}

.products-collection-note {
  max-width: 480px;
  margin: 28px 0 0;
  padding-top: 22px;
  border-top: 1px solid rgba(139, 101, 69, 0.24);
  color: #706157;
}

.products-science-bridge {
  background: #30352b;
  color: #fff;
}

.products-science-bridge-inner,
.science-products-link-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 60px;
}

.products-science-bridge h2,
.science-products-link h2,
.science-biomac h2,
.science-pillars h2 {
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", "Songti SC", SimSun, serif;
  font-size: clamp(38px, 5vw, 66px);
  font-weight: 500;
  letter-spacing: -0.035em;
}

.products-science-bridge h2 {
  color: #fff;
}

.products-science-bridge .editorial-kicker {
  color: #d8b897;
}

.products-science-bridge-inner > div > p:last-child {
  max-width: 640px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
}

.products-science-bridge .editorial-button,
.science-products-link .editorial-button {
  flex: 0 0 auto;
}

.science-visual-hero {
  background:
    radial-gradient(circle at 82% 18%, rgba(239, 213, 186, 0.18), transparent 34%),
    linear-gradient(128deg, #493429 0%, #684a38 58%, #856246 100%);
  color: #fff;
}

.science-visual-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 0 0 54%;
  background: linear-gradient(135deg, rgba(239, 213, 186, 0.04), rgba(239, 213, 186, 0.18));
}

.science-visual-hero-grid {
  min-height: min(660px, calc(100svh - var(--header-height) - 52px));
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  align-items: center;
  gap: clamp(50px, 9vw, 130px);
  padding-block: 80px;
}

.science-visual-hero-copy {
  min-width: 0;
}

.science-visual-hero .editorial-kicker {
  color: #e6c7a6;
}

.science-visual-hero-copy h1 {
  color: #fff;
  line-height: 1.08;
}

.science-visual-hero-copy > p:last-child {
  max-width: 560px;
  margin-bottom: 0;
  color: rgba(255, 249, 242, 0.78);
  font-size: clamp(17px, 1.7vw, 21px);
}

.science-visual-hero-image {
  position: relative;
  min-width: 0;
}

.science-visual-hero-image::before {
  content: "";
  position: absolute;
  inset: -24px 34px 24px -24px;
  border: 1px solid rgba(216, 184, 151, 0.35);
}

.science-visual-hero-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 593 / 366;
  object-fit: cover;
}

.science-biomac {
  background: #fffdf9;
}

.science-biomac-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  align-items: start;
  gap: clamp(60px, 10vw, 150px);
}

.science-biomac-heading {
  padding-right: 40px;
  border-right: 1px solid var(--color-line);
}

.science-biomac-copy {
  min-width: 0;
  max-width: 690px;
}

.science-biomac-copy > p:not(.editorial-lead) {
  color: #766b63;
  font-size: 17px;
}

.science-product-relation {
  margin-top: 42px;
  padding: 28px 30px;
  border-left: 3px solid var(--color-brand);
  background: #f6eadc;
}

.science-product-relation > span {
  display: block;
  margin-bottom: 8px;
  color: var(--color-brand-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.science-product-relation strong {
  display: block;
  color: #49392e;
  font-family: Georgia, "Times New Roman", "Songti SC", SimSun, serif;
  font-size: clamp(21px, 2.2vw, 28px);
  font-weight: 500;
}

.science-product-relation p {
  margin: 10px 0 0;
  color: #766b63;
  font-size: 15px;
}

.science-pillars {
  background: #f1dfcb;
}

.science-pillar-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(139, 101, 69, 0.32);
}

.science-pillar-card {
  min-width: 0;
  padding: clamp(30px, 4vw, 50px);
  border-right: 1px solid rgba(139, 101, 69, 0.32);
}

.science-pillar-card:first-child {
  padding-left: 0;
}

.science-pillar-card:last-child {
  padding-right: 0;
  border-right: 0;
}

.science-pillar-number {
  display: inline-flex;
  margin-bottom: 54px;
  color: var(--color-brand-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
}

.science-pillar-label {
  margin-bottom: 10px;
}

.science-pillar-card h3 {
  margin-bottom: 18px;
  color: #49392e;
  font-family: Georgia, "Times New Roman", "Songti SC", SimSun, serif;
  font-size: clamp(23px, 2.6vw, 34px);
  font-weight: 500;
}

.science-pillar-card > p:last-child {
  margin-bottom: 0;
  color: #716157;
}

.science-products-link {
  background: #fffdf9;
}

.science-products-link-inner > div > p:last-child {
  margin-bottom: 0;
  color: #766b63;
}

@media (max-width: 1020px) {
  .products-visual-hero-grid {
    min-height: 620px;
    grid-template-columns: minmax(270px, 0.76fr) minmax(0, 1.24fr);
    gap: 30px;
  }

  .products-collection-card {
    grid-template-columns: minmax(140px, 0.72fr) minmax(0, 1.28fr);
    gap: 24px;
    padding: 34px;
  }

  .products-collection-card-featured {
    grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1.14fr);
  }

  .products-collection-card:not(.products-collection-card-featured) .products-collection-visual {
    height: 300px;
  }

  .science-visual-hero-grid {
    min-height: 590px;
    grid-template-columns: minmax(0, 0.9fr) minmax(330px, 1.1fr);
    gap: 54px;
  }

  .science-biomac-grid {
    gap: 70px;
  }
}

@media (max-width: 800px) {
  .products-visual-hero-grid,
  .science-visual-hero-grid,
  .science-biomac-grid {
    grid-template-columns: 1fr;
  }

  .products-visual-hero-grid {
    gap: 24px;
    padding-block: 66px 38px;
  }

  .products-visual-hero-copy {
    max-width: 620px;
  }

  .products-visual-hero-stage {
    height: 480px;
  }

  .products-collection-grid {
    grid-template-columns: 1fr;
  }

  .products-collection-card-featured {
    grid-column: auto;
  }

  .products-collection-card,
  .products-collection-card-featured {
    grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.2fr);
  }

  .products-collection-visual,
  .products-collection-card:not(.products-collection-card-featured) .products-collection-visual {
    height: 340px;
  }

  .science-visual-hero-grid {
    gap: 62px;
    padding-block: 72px 82px;
  }

  .science-visual-hero-copy {
    max-width: 650px;
  }

  .science-visual-hero::before {
    inset: 48% 0 0;
  }

  .science-visual-hero-image {
    max-width: 650px;
  }

  .science-biomac-grid {
    gap: 42px;
  }

  .science-biomac-heading {
    padding: 0 0 30px;
    border-right: 0;
    border-bottom: 1px solid var(--color-line);
  }

  .science-pillar-grid {
    grid-template-columns: 1fr;
  }

  .science-pillar-card,
  .science-pillar-card:first-child,
  .science-pillar-card:last-child {
    padding: 34px 0 38px;
    border-right: 0;
    border-bottom: 1px solid rgba(139, 101, 69, 0.32);
  }

  .science-pillar-card:last-child {
    border-bottom: 0;
  }

  .science-pillar-number {
    margin-bottom: 26px;
  }
}

@media (max-width: 600px) {
  .products-visual-hero-copy h1,
  .science-visual-hero-copy h1 {
    font-size: clamp(50px, 16vw, 70px);
  }

  .products-visual-hero-grid {
    min-height: 640px;
    padding-block: 58px 20px;
  }

  .products-visual-hero-stage {
    height: 350px;
  }

  .products-hero-product-renewal {
    width: 57%;
    height: 80%;
  }

  .products-hero-product-vitality {
    left: 51%;
    width: 22%;
    height: 68%;
  }

  .products-hero-product-bright {
    right: 1%;
    width: 22%;
    height: 68%;
  }

  .products-collection-card,
  .products-collection-card-featured {
    grid-template-columns: minmax(118px, 0.68fr) minmax(0, 1.32fr);
    gap: 20px;
    padding: 28px 22px;
  }

  .products-collection-visual,
  .products-collection-card:not(.products-collection-card-featured) .products-collection-visual {
    height: 235px;
  }

  .products-collection-copy h3,
  .products-collection-card:not(.products-collection-card-featured) h3 {
    font-size: clamp(21px, 6.8vw, 27px);
  }

  .products-collection-note {
    margin-top: 20px;
    padding-top: 16px;
    font-size: 14px;
  }

  .products-science-bridge-inner,
  .science-products-link-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 32px;
  }

  .products-science-bridge .editorial-button,
  .science-products-link .editorial-button {
    flex: 0 1 auto;
    width: 100%;
  }

  .science-visual-hero-grid {
    min-height: auto;
    gap: 50px;
    padding-block: 62px 72px;
  }

  .science-visual-hero-image::before {
    inset: -14px 18px 14px -14px;
  }

  .science-product-relation {
    margin-top: 32px;
    padding: 24px 22px;
  }

}

@media (max-width: 360px) {
  .products-visual-hero-grid {
    min-height: 610px;
    padding-top: 50px;
  }

  .products-visual-hero-copy h1,
  .science-visual-hero-copy h1 {
    font-size: 48px;
  }

  .products-visual-hero-stage {
    height: 315px;
  }

  .products-collection-card,
  .products-collection-card-featured {
    grid-template-columns: 105px minmax(0, 1fr);
    gap: 15px;
    padding: 24px 18px;
  }

  .products-collection-visual,
  .products-collection-card:not(.products-collection-card-featured) .products-collection-visual {
    height: 210px;
  }

  .products-collection-copy h3,
  .products-collection-card:not(.products-collection-card-featured) h3 {
    font-size: 20px;
  }

  .products-collection-number {
    margin-bottom: 12px;
    font-size: 10px;
  }

}

/* OWNER-UAT-20260819: home hierarchy and simplified footer */

/* Match 成分 / 科研 to the major Home section title system. */
.home-ingredients h2,
.home-science-portal h2 {
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", "Songti SC", SimSun, serif;
  font-size: clamp(38px, 5vw, 66px);
  font-weight: 500;
  letter-spacing: -0.035em;
}

/* Ingredient description should read as supporting copy, not a headline. */
.home-ingredients .home-science-copy .editorial-lead {
  font-size: 17px;
}

/* Footer: retain useful page links without category headings. */
.final-footer {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
}

.final-footer .footer-nav {
  grid-template-columns: 1fr;
}

.final-footer .footer-contact-group {
  justify-self: start;
}

/* Stack naturally on small screens. */
@media (max-width: 720px) {
  .final-footer {
    grid-template-columns: 1fr;
  }

  .final-footer .footer-contact-group {
    justify-self: start;
  }
}

/* OWNER-UAT-20260819: subpage header + products editorial redesign */


/* ============================================================
   SUBPAGE HEADER
   Transparent/floating at top; warm-white after scroll.
   ============================================================ */

:is(
  .products-page,
  .verification-page,
  .science-page,
  .about-page,
  .faq-page,
  .contact-page
) .site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  background:
    linear-gradient(
      180deg,
      rgba(48, 43, 39, 0.22) 0%,
      rgba(48, 43, 39, 0.08) 58%,
      rgba(48, 43, 39, 0) 100%
    );
  border-bottom-color: transparent;
  box-shadow: none;
  backdrop-filter: none;
  transition:
    background 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    backdrop-filter 220ms ease;
}

.verification-page .site-header:not(.is-scrolled) {
  background:
    linear-gradient(
      180deg,
      rgba(255, 248, 239, 0.96) 0%,
      rgba(255, 248, 239, 0.72) 58%,
      rgba(255, 248, 239, 0) 100%
    );
}

:is(
  .products-page,
  .science-page,
  .about-page,
  .faq-page,
  .contact-page
) .site-header:not(.is-scrolled) .brand-logo img {
  filter: brightness(0) invert(1);
}

:is(
  .products-page,
  .science-page,
  .about-page,
  .faq-page,
  .contact-page
) .site-header:not(.is-scrolled) .site-nav a {
  color: rgba(255, 255, 255, 0.96);
}

:is(
  .products-page,
  .science-page,
  .about-page,
  .faq-page,
  .contact-page
) .site-header:not(.is-scrolled) .site-nav a[aria-current="page"] {
  color: #fff;
}

:is(
  .products-page,
  .science-page,
  .about-page,
  .faq-page,
  .contact-page
) .site-header:not(.is-scrolled) .site-nav a::after {
  background: rgba(255, 255, 255, 0.94);
}

:is(
  .products-page,
  .science-page,
  .about-page,
  .faq-page,
  .contact-page
) .site-header:not(.is-scrolled) .language-switch {
  border-color: rgba(255, 255, 255, 0.72);
  color: #fff;
}

:is(
  .products-page,
  .science-page,
  .about-page,
  .faq-page,
  .contact-page
) .site-header:not(.is-scrolled) .nav-toggle-lines,
:is(
  .products-page,
  .science-page,
  .about-page,
  .faq-page,
  .contact-page
) .site-header:not(.is-scrolled) .nav-toggle-lines::before,
:is(
  .products-page,
  .science-page,
  .about-page,
  .faq-page,
  .contact-page
) .site-header:not(.is-scrolled) .nav-toggle-lines::after {
  background: #fff;
}

:is(
  .products-page,
  .verification-page,
  .science-page,
  .about-page,
  .faq-page,
  .contact-page
) .site-header.is-scrolled {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: rgba(255, 253, 249, 0.94);
  border-bottom-color: var(--color-line);
  box-shadow: 0 8px 24px rgba(74, 54, 36, 0.08);
  backdrop-filter: blur(14px);
}

:is(
  .products-page,
  .science-page,
  .about-page,
  .faq-page,
  .contact-page
) .site-header.is-scrolled .brand-logo img {
  filter: none;
}

:is(
  .products-page,
  .science-page,
  .about-page,
  .faq-page,
  .contact-page
) .site-header.is-scrolled .site-nav a {
  color: #5d5046;
}

:is(
  .products-page,
  .science-page,
  .about-page,
  .faq-page,
  .contact-page
) .site-header.is-scrolled .site-nav a[aria-current="page"] {
  color: var(--color-brand-dark);
}

:is(
  .products-page,
  .science-page,
  .about-page,
  .faq-page,
  .contact-page
) .site-header.is-scrolled .site-nav a::after {
  background: var(--color-brand);
}

:is(
  .products-page,
  .science-page,
  .about-page,
  .faq-page,
  .contact-page
) .site-header.is-scrolled .language-switch {
  border-color: rgba(139, 101, 69, 0.45);
  color: var(--color-brand-dark);
}

:is(
  .products-page,
  .science-page,
  .about-page,
  .faq-page,
  .contact-page
) .site-header.is-scrolled .nav-toggle-lines,
:is(
  .products-page,
  .science-page,
  .about-page,
  .faq-page,
  .contact-page
) .site-header.is-scrolled .nav-toggle-lines::before,
:is(
  .products-page,
  .science-page,
  .about-page,
  .faq-page,
  .contact-page
) .site-header.is-scrolled .nav-toggle-lines::after {
  background: var(--color-brand-dark);
}


/* Mobile menu remains readable when opened over the hero. */
@media (max-width: 900px) {
  :is(
    .products-page,
    .science-page,
    .about-page,
    .faq-page,
    .contact-page
  ) .site-header:not(.is-scrolled) .site-nav.is-open a {
    color: #5d5046;
  }

  :is(
    .products-page,
    .science-page,
    .about-page,
    .faq-page,
    .contact-page
  ) .site-header:not(.is-scrolled) .site-nav.is-open a[aria-current="page"] {
    color: var(--color-brand-dark);
  }

  :is(
    .products-page,
    .science-page,
    .about-page,
    .faq-page,
    .contact-page
  ) .site-header:not(.is-scrolled) .site-nav.is-open a::after {
    background: var(--color-brand);
  }
}


/* ============================================================
   PRODUCTS — continuous editorial canvas
   ============================================================ */

.products-page {
  background: #fff8ef;
}

.products-page .products-visual-hero {
  min-height: min(760px, 88svh);
  background:
    linear-gradient(
      to bottom,
      transparent calc(100% - 72px),
      #f6eadc 100%
    ),
    radial-gradient(circle at 82% 20%, rgba(255, 255, 255, 0.92), transparent 30%),
    linear-gradient(128deg, #fffaf3 0%, #f2dfc9 58%, #dec1a0 100%);
}

.products-page .products-visual-hero-grid {
  min-height: 100svh;
  padding-top: calc(var(--header-height) + 52px);
}

@media (max-width: 680px) {
  .products-page .products-visual-hero {
    background:
      radial-gradient(circle at 82% 20%, rgba(255, 255, 255, 0.92), transparent 30%),
      linear-gradient(128deg, #fffaf3 0%, #f2dfc9 58%, #dec1a0 100%);
  }
}

/* Products heading */

.products-collection {
  background: #fff8ef;
  padding-block:
    clamp(72px, 8vw, 120px)
    clamp(112px, 12vw, 175px);
}

.products-flow-heading {
  margin-bottom: clamp(100px, 12vw, 170px);
}

.products-flow-heading .editorial-kicker {
  margin-bottom: 15px;
}

.products-flow-heading h2 {
  margin: 0;
  color: #49392e;
  font-family:
    Georgia,
    "Times New Roman",
    "Songti SC",
    SimSun,
    serif;
  font-size: clamp(46px, 6vw, 78px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1;
}


/* Three products — light, staggered, editorial */

.products-showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: clamp(30px, 4vw, 58px);
}

.products-showcase-item {
  min-width: 0;
}

.products-showcase-item:nth-child(2) {
  margin-top: 78px;
}

.products-showcase-item:nth-child(3) {
  margin-top: 156px;
}

.products-showcase-card {
  position: relative;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding:
    170px
    clamp(24px, 3vw, 38px)
    38px;
  border: 1px solid rgba(139, 101, 69, 0.08);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow:
    0 18px 46px rgba(115, 78, 48, 0.07);
}

.products-showcase-visual {
  position: absolute;
  top: -74px;
  right: 22px;
  left: 22px;
  height: 270px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.products-showcase-visual img {
  max-width: 100%;
  max-height: 285px;
  object-fit: contain;
  object-position: center bottom;
  filter:
    drop-shadow(
      0 20px 22px rgba(100, 73, 51, 0.12)
    );
}

.products-showcase-renewal
.products-showcase-visual img {
  width: min(100%, 310px);
}

.products-showcase-vitality
.products-showcase-visual img,
.products-showcase-bright
.products-showcase-visual img {
  width: min(65%, 155px);
}

.products-showcase-copy {
  padding-top: 18px;
  border-top: 1px solid rgba(139, 101, 69, 0.20);
}

.products-showcase-copy h3 {
  max-width: 280px;
  margin: 0 0 12px;
  color: #49392e;
  font-family:
    Georgia,
    "Times New Roman",
    "Songti SC",
    SimSun,
    serif;
  font-size: clamp(23px, 2.4vw, 31px);
  font-weight: 500;
  line-height: 1.3;
}

.products-showcase-copy p {
  margin: 0;
  color: #8b6545;
  font-size: 15px;
}


/* ============================================================
   SUPER INGREDIENTS
   Same canvas; no hard block or pill/button look.
   ============================================================ */

.products-ingredients {
  background: #fff8ef;
  padding-block:
    clamp(70px, 8vw, 120px)
    clamp(110px, 12vw, 180px);
}

.products-ingredients-flow {
  display: grid;
  grid-template-columns:
    minmax(0, 0.9fr)
    minmax(320px, 1.1fr);
  align-items: center;
  gap: clamp(70px, 10vw, 150px);
}

.products-ingredients-content {
  min-width: 0;
}

.products-ingredients-content .editorial-kicker {
  margin-bottom: 15px;
}

.products-ingredients-content h2 {
  margin: 0 0 40px;
  color: #49392e;
  font-family:
    Georgia,
    "Times New Roman",
    "Songti SC",
    SimSun,
    serif;
  font-size: clamp(46px, 6vw, 78px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1;
}

.products-ingredients-lead {
  max-width: 620px;
  margin-bottom: 16px;
  color: #716157;
  font-size: 17px;
  line-height: 1.9;
}

.products-ingredient-names {
  display: grid;
  grid-template-columns:
    repeat(2, minmax(0, 1fr));
  gap: 0 34px;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top:
    1px solid rgba(139, 101, 69, 0.24);
}

.products-ingredient-names li {
  padding: 18px 0;
  border-bottom:
    1px solid rgba(139, 101, 69, 0.24);
  color: #49392e;
  font-family:
    Georgia,
    "Times New Roman",
    "Songti SC",
    SimSun,
    serif;
  font-size: clamp(18px, 1.8vw, 22px);
}

.products-ingredient-boundary {
  max-width: 620px;
  margin: 0;
  color: #8a7b70;
  font-size: 13px;
  line-height: 1.8;
}

.products-ingredients-visual {
  position: relative;
  overflow: hidden;
  width: min(100%, 470px);
  min-height: 480px;
  justify-self: end;
  border-radius: 28px;
  background: #e9d4bd;
}

.products-ingredients-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      140deg,
      rgba(93, 72, 54, 0.04),
      rgba(93, 72, 54, 0.20)
    );
  pointer-events: none;
}

.products-ingredients-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
  object-position: center center;
  transform: none;
}


/* ============================================================
   SCIENCE EXIT
   Light editorial link rather than a dark banner.
   ============================================================ */

.products-science-exit {
  background: #fff8ef;
}

.products-science-exit-inner {
  min-height: 190px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 54px;
  padding-block: 52px;
  border-top:
    1px solid rgba(139, 101, 69, 0.24);
}

.products-science-exit .editorial-kicker {
  margin-bottom: 10px;
}

.products-science-exit h2 {
  max-width: 680px;
  margin: 0;
  color: #49392e;
  font-family:
    Georgia,
    "Times New Roman",
    "Songti SC",
    SimSun,
    serif;
  font-size: clamp(25px, 3vw, 38px);
  font-weight: 500;
}

.products-science-exit .editorial-text-link {
  flex: 0 0 auto;
}


/* ============================================================
   PRODUCTS RESPONSIVE
   ============================================================ */

@media (max-width: 980px) {
  .products-showcase-grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }

  .products-showcase-item:nth-child(2) {
    margin-top: 72px;
  }

  .products-showcase-item:nth-child(3) {
    margin-top: 34px;
  }

  .products-ingredients-flow {
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .products-ingredients-content {
    max-width: 720px;
  }

  .products-ingredients-visual {
    width: min(100%, 430px);
    min-height: 420px;
    justify-self: center;
  }

  .products-ingredients-visual img {
    min-height: 420px;
  }
}

@media (max-width: 680px) {
  .products-page .products-visual-hero-grid {
    padding-top:
      calc(var(--header-height) + 28px);
  }

  .products-collection {
    padding-block: 68px 100px;
  }

  .products-flow-heading {
    margin-bottom: 100px;
  }

  .products-showcase-grid {
    grid-template-columns: 1fr;
    gap: 88px;
  }

  .products-showcase-item:nth-child(2),
  .products-showcase-item:nth-child(3) {
    margin-top: 0;
  }

  .products-showcase-card {
    min-height: 400px;
    padding-top: 160px;
  }

  .products-showcase-visual {
    top: -64px;
    height: 250px;
  }

  .products-ingredients {
    padding-block: 70px 110px;
  }

  .products-ingredients-content h2 {
    margin-bottom: 30px;
  }

  .products-ingredient-names {
    grid-template-columns: 1fr;
  }

  .products-ingredients-visual {
    width: 100%;
    min-height: 320px;
    border-radius: 22px;
  }

  .products-ingredients-visual img {
    min-height: 320px;
  }

  .products-science-exit-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 26px;
    padding-block: 44px;
  }
}

/* OWNER-UAT-20260819: products content hierarchy refinement */


/* ============================================================
   PRODUCTS HERO — visual + one brand statement
   ============================================================ */

.products-page .products-visual-hero-copy {
  max-width: 500px;
  align-self: start;
  padding-top: clamp(12px, 2vw, 30px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(24px, 2.8vw, 36px);
}


.products-page .products-visual-hero-stage {
  transform: translate(-4px, -12px);
}

.products-page .products-visual-hero-copy .products-hero-title {
  margin: 0;
  color: #8b6545;
  font-family: Georgia, "Times New Roman", "Songti SC", SimSun, serif;
  font-size: clamp(42px, 4.3vw, 62px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.025em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.products-page .products-visual-hero-copy .products-hero-title span {
  display: block;
  white-space: nowrap;
}

.products-page .products-visual-hero-copy .products-hero-title span + span {
  padding-inline-start: 0;
}

.products-page .products-visual-hero-copy .products-hero-subtitle {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
  padding-top: clamp(32px, 3.2vw, 46px);
  padding-inline-start: 0.42em;
  color: #8b6545;
  font-family: Georgia, "Times New Roman", "Songti SC", SimSun, serif;
  font-size: clamp(20px, 1.85vw, 27px);
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0;
}

.products-page .products-visual-hero-copy .products-hero-subtitle::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background:
    linear-gradient(
      90deg,
      rgba(139, 101, 69, 0.18) 0%,
      rgba(139, 101, 69, 0.18) 43%,
      transparent 43%,
      transparent 57%,
      rgba(139, 101, 69, 0.18) 57%,
      rgba(139, 101, 69, 0.18) 100%
    );
}

.products-page .products-visual-hero-copy .products-hero-subtitle::after {
  content: "❧";
  position: absolute;
  top: -0.62em;
  left: 50%;
  color: rgba(139, 101, 69, 0.3);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1;
  transform: translateX(-50%);
}

.products-page .products-visual-hero-copy .products-hero-subtitle span {
  display: block;
}

.products-page .products-visual-hero-copy .products-hero-description {
  max-width: 440px;
  margin: 0;
  color: #6d5c4f;
  font-family: inherit;
  font-size: clamp(14px, 1.1vw, 16px);
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.95;
}


/* ============================================================
   SUPER INGREDIENTS — intro + Biomac-S + concrete ingredients
   ============================================================ */

.products-biomac-highlight {
  margin: 0 0 46px;
  padding: 28px 0;
  border-top: 1px solid rgba(139, 101, 69, 0.28);
  border-bottom: 1px solid rgba(139, 101, 69, 0.28);
}

.products-biomac-label {
  margin: 0 0 8px;
  color: #49392e;
  font-family:
    Georgia,
    "Times New Roman",
    "Songti SC",
    SimSun,
    serif;
  font-size: clamp(27px, 3vw, 38px);
  font-weight: 500;
  letter-spacing: -0.025em;
}

.products-biomac-highlight > p:last-child {
  max-width: 520px;
  margin: 0;
  color: #766b63;
  font-size: 15px;
  line-height: 1.8;
}


/* Ingredient table: no fake quantity column. */

.products-ingredient-table {
  border-top: 1px solid rgba(139, 101, 69, 0.28);
}

.products-ingredient-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-bottom: 1px solid rgba(139, 101, 69, 0.28);
}

.products-ingredient-row span {
  min-width: 0;
  padding: 20px 0;
  color: #49392e;
  font-family:
    Georgia,
    "Times New Roman",
    "Songti SC",
    SimSun,
    serif;
  font-size: clamp(18px, 1.8vw, 22px);
  font-weight: 400;
}

.products-ingredient-row-single {
  grid-template-columns: 1fr;
}

.products-ingredient-row-single span:first-child {
  padding-right: 0;
}

.products-ingredient-row span:first-child {
  padding-right: 28px;
}

.products-ingredient-row span + span {
  padding-left: 28px;
  border-left: 1px solid rgba(139, 101, 69, 0.20);
}


/* Existing old list rules no longer participate. */

.products-ingredient-names {
  display: none;
}


/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 680px) {
  .products-page .products-visual-hero-copy {
    max-width: 330px;
    padding-top: 18px;
    transform: none;
    gap: 24px;
  }

  .products-page .products-visual-hero-copy .products-hero-title {
    font-size: clamp(32px, 9vw, 42px);
    line-height: 1.25;
  }

  .products-page .products-visual-hero-copy .products-hero-title span + span {
    padding-inline-start: 0;
  }

  .products-page .products-visual-hero-copy .products-hero-subtitle {
    padding-top: 34px;
    padding-inline-start: 0.14em;
    font-size: clamp(19px, 5.6vw, 25px);
  }

  .products-page .products-visual-hero-copy .products-hero-subtitle::after {
    font-size: 18px;
  }

  .products-page .products-visual-hero-copy .products-hero-description {
    max-width: 330px;
    font-size: 15px;
    line-height: 1.8;
  }

  .products-page .products-visual-hero-stage {
    transform: translate(-8px, -8px);
  }

  /* Align the visible product bodies on phones, not their transparent canvases. */
  .products-page .products-visual-hero::before {
    right: 14px;
    bottom: -0.14em;
    font-size: clamp(56px, 18vw, 74px);
    white-space: nowrap;
  }

  .products-page .products-hero-product-renewal {
    left: 10%;
    bottom: 1%;
  }

  .products-page .products-hero-product-vitality {
    left: 55%;
  }

  .products-page .products-hero-product-vitality img {
    transform: translateY(10px) scale(3.1);
  }

  .products-page .products-hero-product-bright {
    right: -4%;
  }

  .products-page .products-hero-product-bright img {
    transform: translateY(-13px) scale(1.1);
  }

  .products-biomac-highlight {
    margin-bottom: 36px;
    padding-block: 24px;
  }

  .products-ingredient-row {
    grid-template-columns: 1fr;
  }

  .products-ingredient-row span {
    padding: 17px 0;
  }

  .products-ingredient-row span:first-child {
    padding-right: 0;
  }

  .products-ingredient-row span + span {
    padding-left: 0;
    border-top: 1px solid rgba(139, 101, 69, 0.18);
    border-left: 0;
  }

}


/* OWNER-UAT-20260820: Products V2 overview and feature sections */

.products-collection {
  padding-block: clamp(56px, 5.5vw, 84px) clamp(48px, 5vw, 72px);
}

.products-flow-heading {
  max-width: 740px;
  margin-bottom: clamp(44px, 6vw, 76px);
}

.products-flow-heading > p:last-child {
  max-width: 560px;
  margin: 28px 0 0;
  color: #716157;
  font-size: 17px;
  line-height: 1.9;
}

.product-index {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2.6vw, 30px);
}

.product-index-item {
  min-width: 0;
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  padding: 24px 12px;
  color: inherit;
  text-decoration: none;
  border-top: 1px solid rgba(139, 101, 69, 0.26);
  border-bottom: 1px solid rgba(139, 101, 69, 0.18);
  transition:
    border-color 180ms ease,
    transform 180ms ease;
}

.product-index-item:hover {
  border-color: rgba(139, 101, 69, 0.44);
  transform: translateY(-2px);
}

.product-index-visual {
  width: 80px;
  height: 116px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-index-visual img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 13px 15px rgba(100, 73, 51, 0.11));
}

.product-index-item:nth-child(2) .product-index-visual img,
.product-index-item:nth-child(3) .product-index-visual img {
  width: 128px;
  max-width: none;
  max-height: none;
}

.product-index-item:nth-child(4) .product-index-visual img {
  width: 150px;
  max-width: none;
  max-height: none;
}

.product-index-copy {
  min-width: 0;
  width: 100%;
  display: grid;
  gap: 7px;
}

.product-index-copy strong {
  color: #49392e;
  font-family:
    Georgia,
    "Times New Roman",
    "Songti SC",
    SimSun,
    serif;
  font-size: clamp(23px, 2.3vw, 32px);
  font-weight: 500;
  line-height: 1.05;
}

.product-index-copy span {
  color: #716157;
  font-size: 14px;
  line-height: 1.45;
}

@media (max-width: 1200px) {
  .product-index {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.product-features {
  background: #fff8ef;
  padding-block: clamp(38px, 5vw, 78px) clamp(84px, 10vw, 148px);
}

.product-features-stack {
  display: grid;
  gap: clamp(84px, 10vw, 150px);
}

.product-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.48fr) minmax(0, 0.52fr);
  grid-template-areas:
    "visual heading"
    "visual details";
  align-items: center;
  row-gap: clamp(24px, 3vw, 42px);
  column-gap: clamp(42px, 6vw, 86px);
}

.product-feature--reverse {
  grid-template-columns: minmax(0, 0.52fr) minmax(0, 0.48fr);
  grid-template-areas:
    "heading visual"
    "details visual";
}

.product-feature__heading,
.product-feature__details,
.product-feature__visual {
  min-width: 0;
}

.product-feature__heading {
  grid-area: heading;
  align-self: end;
}

.product-feature__visual {
  position: relative;
  grid-area: visual;
  display: grid;
  place-items: center;
  min-height: clamp(420px, 42vw, 560px);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.84), transparent 42%),
    #f1dfcc;
  overflow: hidden;
}

.product-feature__visual img {
  width: min(82%, 440px);
  max-height: 500px;
  object-fit: contain;
  filter: drop-shadow(0 26px 30px rgba(100, 73, 51, 0.14));
}

.product-feature--reverse .product-feature__visual img,
#lumina-bright-intense .product-feature__visual img {
  width: min(52%, 230px);
}

.product-feature--vitality .product-feature__visual img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
  transform: scale(1.4);
}

.product-feature--bright .product-feature__visual img {
  width: 100% !important;
  height: 100%;
  max-height: none;
  object-fit: contain;
  transform: scale(1.3);
}

.product-feature--line-erase .product-feature__visual img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
  transform: scale(1.3);
}

.product-feature__details {
  grid-area: details;
  align-self: start;
}

@media (min-width: 781px) {
  .product-feature {
    align-items: start;
  }

  .product-feature__visual {
    align-self: start;
    margin-top: clamp(35.7px, 4.2vw, 56.7px);
  }
}

.product-feature__eyebrow {
  margin: 0 0 4px;
  color: #8b6545;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(14px, 1.35vw, 18px);
  font-weight: 500;
  line-height: 1.2;
}

.product-feature h2 {
  margin: 0;
  color: #49392e;
  font-family:
    Georgia,
    "Times New Roman",
    "Songti SC",
    SimSun,
    serif;
  font-size: clamp(20px, 2.2vw, 30px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.2;
}

.product-feature__alias {
  margin: 0 0 12px;
  color: #8b6545;
  font-family: Georgia, "Times New Roman", "Songti SC", SimSun, serif;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0.16em;
}

.product-feature__meta {
  margin: 0 0 22px;
  color: #6b5b50;
  font-size: 15px;
  letter-spacing: 0.04em;
}

.product-feature__use {
  margin-bottom: 24px;
}

.product-feature__use h3,
.product-feature__ingredients h3 {
  margin: 0 0 10px;
  color: #8b6545;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.product-feature__use p {
  max-width: 520px;
  margin: 0;
  color: #716157;
  font-size: 16px;
  line-height: 1.85;
}

.product-feature__ingredients dl {
  margin: 0;
  border-top: 1px solid rgba(139, 101, 69, 0.28);
}

.product-feature__ingredients dl > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: baseline;
  gap: 26px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(139, 101, 69, 0.28);
}

.product-feature__ingredients dt,
.product-feature__ingredients dd {
  margin: 0;
  color: #49392e;
  font-family:
    Georgia,
    "Times New Roman",
    "Songti SC",
    SimSun,
    serif;
  font-size: clamp(17px, 1.7vw, 21px);
}

.product-feature__ingredients dd {
  color: #8b6545;
  white-space: nowrap;
}

.product-feature__note {
  max-width: 560px;
  margin: 18px 0 0;
  color: #8a7b70;
  font-size: 13px;
  line-height: 1.8;
}

.products-ingredients {
  padding-block: clamp(80px, 9vw, 128px) clamp(108px, 12vw, 178px);
}

.products-traceability {
  background: #fff8ef;
  padding-bottom: clamp(72px, 8vw, 120px);
}

.products-traceability-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 54px;
  padding-block: 54px;
  border-top: 1px solid rgba(139, 101, 69, 0.24);
}

.products-traceability h2 {
  max-width: 700px;
  margin: 0 0 22px;
  color: #49392e;
  font-family:
    Georgia,
    "Times New Roman",
    "Songti SC",
    SimSun,
    serif;
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.products-traceability p:not(.editorial-kicker) {
  max-width: 680px;
  margin: 0;
  color: #716157;
  font-size: 16px;
  line-height: 1.85;
}

.products-traceability-status {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid rgba(139, 101, 69, 0.30);
  border-radius: 999px;
  color: #6f4b2e;
  font-size: 14px;
}

@media (max-width: 1080px) {
  .product-index {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-index-item {
    grid-template-columns: 80px minmax(0, 1fr);
  }

  .product-feature,
  .product-feature--reverse {
    grid-template-columns: minmax(0, 0.46fr) minmax(0, 0.54fr);
    grid-template-areas:
      "visual heading"
      "visual details";
    row-gap: 28px;
    column-gap: 42px;
  }

  .product-feature--reverse {
    grid-template-columns: minmax(0, 0.54fr) minmax(0, 0.46fr);
    grid-template-areas:
      "heading visual"
      "details visual";
  }
}

@media (max-width: 780px) {
  .product-feature,
  .product-feature--reverse {
    grid-template-columns: 1fr;
    grid-template-areas:
      "heading"
      "visual"
      "details";
    gap: 28px;
  }

  .product-feature__visual {
    min-height: 340px;
  }

  .product-feature__visual img {
    width: min(86%, 360px);
    max-height: 330px;
  }

  .product-feature--reverse .product-feature__visual img,
  #lumina-bright-intense .product-feature__visual img {
    width: min(46%, 160px);
  }

  .product-feature--vitality .product-feature__visual img {
    width: 100%;
    height: 100%;
    max-height: none;
  }

  .product-feature--bright .product-feature__visual img {
    width: 100%;
    height: 100%;
    max-height: none;
  }

  .product-feature--line-erase .product-feature__visual img {
    width: 100%;
    height: 100%;
    max-height: none;
  }

  /* Keep all mobile product-detail visuals centred within their cards. */
  .products-page .product-feature__visual img {
    justify-self: center;
    align-self: center;
    transform-origin: center;
  }

  /* The Bio-Renewal composite has a slightly left-weighted transparent canvas. */
  .products-page .product-feature:first-child .product-feature__visual img {
    width: min(78%, 330px);
    max-height: 300px;
    transform: translateX(10%);
  }

  /* Match the next two detail visuals to the Bio-Renewal mobile image box. */
  .products-page .product-feature--vitality .product-feature__visual img,
  .products-page .product-feature--bright .product-feature__visual img {
    width: min(78%, 330px) !important;
    height: 300px;
    max-height: 300px;
    transform: scale(1.58);
  }

  .products-page .product-feature--line-erase .product-feature__visual img {
    transform: translateY(5%) scale(1.17);
  }

  .products-traceability-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 28px;
  }
}

@media (max-width: 680px) {
  .products-collection {
    padding-block: 56px 48px;
  }

  .products-flow-heading {
    margin-bottom: 38px;
  }

  .products-flow-heading h2,
  .products-ingredients-content h2 {
    font-size: 42px;
  }

  .product-index {
    grid-template-columns: 1fr;
  }

  .product-index-item {
    grid-template-columns: minmax(56px, 80px) minmax(0, 1fr);
    gap: 14px;
    padding-inline: 0;
  }

  .product-index-visual {
    height: 92px;
  }

  .product-index-visual img {
    max-height: 92px;
  }

  .product-features {
    padding-block: 34px 94px;
  }

  .product-features-stack {
    gap: 92px;
  }

  .product-feature__eyebrow {
    font-size: 16px;
  }

  .product-feature h2 {
    font-size: 22px;
  }

  .product-feature__alias {
    margin-bottom: 10px;
    font-size: 36px;
  }

  .product-feature__meta {
    margin-bottom: 22px;
    line-height: 1.8;
  }

  .product-feature__ingredients dl > div {
    gap: 18px;
  }

  .products-ingredients {
    padding-block: 70px 40px;
  }

  /* Keep the text flow intact; visually insert the existing image before the boundary copy. */
  .products-page .products-ingredients-visual {
    display: none;
  }

  .products-page .products-ingredient-boundary::before {
    content: "";
    display: block;
    width: 100%;
    height: 320px;
    margin: 24px 0 28px;
    border-radius: 22px;
    background:
      linear-gradient(140deg, rgba(93, 72, 54, 0.04), rgba(93, 72, 54, 0.20)),
      url("/zh/assets/images/products/ingredients-lifestyle.png") center / cover no-repeat;
  }

  .products-traceability {
    padding-bottom: 0;
  }

  .products-traceability-inner {
    gap: 24px;
    padding-block: 60px;
  }

  .products-traceability .editorial-kicker {
    margin-bottom: 10px;
  }

  .products-traceability h2 {
    margin-bottom: 16px;
  }
}


/* OWNER-UAT-20260820: science editorial narrative */

/* Hero */
.science-page .science-visual-hero-grid {
  min-height: 100svh;
  padding-top: calc(var(--header-height) + 56px);
  padding-bottom: 76px;
}

.science-page .science-visual-hero {
  min-height: 100svh;
  padding-bottom: 0;
}

.science-page .science-visual-hero-copy {
  max-width: 760px;
}

.science-page .science-visual-hero-copy > p:last-child {
  max-width: 100%;
  font-size: clamp(18px, 1.65vw, 21px);
  line-height: 1.9;
}

@media (min-width: 901px) {
  .science-page .science-visual-hero-grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
    gap: clamp(48px, 6vw, 90px);
  }
}

.science-page .science-visual-hero-image {
  height: clamp(400px, 38vw, 560px);
  overflow: hidden;
  border-radius: 28px;
}

.science-page .science-visual-hero-image::before {
  display: none;
}

.science-page .science-visual-hero-image img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
}

.science-page .science-nowrap {
  white-space: nowrap;
}

@media (max-width: 680px) {
  .science-page .science-visual-hero-image {
    height: auto;
  }

  .science-page .science-visual-hero-image img {
    height: auto;
    aspect-ratio: 593 / 430;
  }
}


/* Narrative */
.science-story {
  background: #fffaf4;
  padding-block:
    clamp(100px, 10vw, 150px)
    clamp(120px, 13vw, 190px);
}

.science-story-intro {
  max-width: 900px;
  margin-bottom: clamp(72px, 9vw, 120px);
}

.science-story-intro .editorial-kicker {
  margin-bottom: 16px;
}

.science-story-intro h2,
.science-research-heading h2 {
  margin: 0;
  color: #49392e;
  font-family:
    Georgia,
    "Times New Roman",
    "Songti SC",
    SimSun,
    serif;
  font-size: clamp(46px, 6vw, 78px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.science-story-intro > p:last-child {
  max-width: 900px;
  margin: 34px 0 0;
  color: #716157;
  font-size: 17px;
  line-height: 1.95;
}

.science-journey {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(139, 101, 69, 0.30);
  border-bottom: 1px solid rgba(139, 101, 69, 0.30);
}

.science-journey-item {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 40px clamp(22px, 2.7vw, 38px) 44px;
  border-right: 1px solid rgba(139, 101, 69, 0.22);
}

.science-journey-item:first-child {
  padding-left: 0;
}

.science-journey-item:last-child {
  padding-right: 0;
  border-right: 0;
}

.science-journey-number {
  display: block;
  margin-bottom: 58px;
  color: #8b6545;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  line-height: 1;
}

.science-journey-label,
.science-research-topic,
.science-evidence-label {
  margin: 0 0 12px;
  color: #8b6545;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.science-journey-item h3 {
  margin: 0 0 18px;
  color: #49392e;
  font-family:
    Georgia,
    "Times New Roman",
    "Songti SC",
    SimSun,
    serif;
  font-size: clamp(24px, 2.5vw, 32px);
  font-weight: 500;
  line-height: 1.25;
}

.science-journey-item > p:last-of-type {
  flex: 1;
  margin: 0;
  color: #716157;
  font-size: 15px;
  line-height: 1.85;
}

.science-journey-item-focus h3 {
  font-size: clamp(27px, 2.8vw, 36px);
}

.science-journey-link {
  display: inline-flex;
  gap: 10px;
  margin-top: 28px;
  color: #6f4b2e;
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px solid rgba(111, 75, 46, 0.42);
}


/* Research index */
.science-research {
  background: #f3e4d3;
  padding-block:
    clamp(100px, 11vw, 160px)
    clamp(110px, 12vw, 180px);
}

.science-research-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.62fr);
  align-items: end;
  gap: clamp(50px, 8vw, 120px);
  margin-bottom: clamp(64px, 8vw, 105px);
}

.science-research-heading .editorial-kicker {
  margin-bottom: 16px;
}

.science-research-heading > p {
  max-width: 520px;
  margin: 0 0 5px;
  color: #716157;
  font-size: 16px;
  line-height: 1.85;
}

.science-research-index {
  border-top: 1px solid rgba(139, 101, 69, 0.32);
}

.science-research-row {
  display: grid;
  grid-template-columns:
    86px
    minmax(0, 1fr)
    auto;
  align-items: center;
  gap: clamp(24px, 4vw, 54px);
  padding: 30px 0;
  border-bottom: 1px solid rgba(139, 101, 69, 0.27);
}

.science-research-number {
  color: #8b6545;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  line-height: 1;
}

.science-research-copy {
  min-width: 0;
}

.science-research-topic {
  margin-bottom: 9px;
}

.science-research-copy h3 {
  max-width: 820px;
  margin: 0;
  color: #49392e;
  font-family:
    Georgia,
    "Times New Roman",
    "Songti SC",
    SimSun,
    serif;
  font-size: clamp(20px, 2.2vw, 29px);
  font-weight: 500;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.science-research-original-title {
  max-width: 820px;
  margin: 6px 0 0;
  color: #8a7665;
  font-size: clamp(13px, 1.15vw, 16px);
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.science-research-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  color: #6f4b2e;
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px solid rgba(111, 75, 46, 0.40);
  transition:
    gap 180ms ease,
    border-color 180ms ease;
}

.science-research-link:hover,
.science-research-link:focus-visible {
  gap: 14px;
  border-bottom-color: #6f4b2e;
}

.science-evidence-boundary {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: clamp(30px, 5vw, 70px);
  margin-top: 58px;
  padding-top: 28px;
  border-top: 1px solid rgba(139, 101, 69, 0.32);
}

.science-evidence-label {
  margin: 0;
}

.science-evidence-boundary > p:last-child {
  max-width: 820px;
  margin: 0;
  color: #766b63;
  font-size: 13px;
  line-height: 1.9;
}


/* Products exit */
.science-products-exit {
  background: #fffaf4;
}

.science-products-exit-inner {
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 54px;
  padding-block: 104px;
  border-top: 1px solid rgba(139, 101, 69, 0.24);
}

.science-products-exit .editorial-kicker {
  margin-bottom: 10px;
}

.science-products-exit h2 {
  max-width: 680px;
  margin: 0;
  color: #49392e;
  font-family:
    Georgia,
    "Times New Roman",
    "Songti SC",
    SimSun,
    serif;
  font-size: clamp(25px, 3vw, 38px);
  font-weight: 500;
}


/* Science responsive */
@media (max-width: 900px) {
  .science-journey {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .science-journey-item {
    padding-inline: 30px;
  }

  .science-journey-item:first-child {
    padding-left: 0;
    border-bottom: 1px solid rgba(139, 101, 69, 0.22);
  }

  .science-journey-item:nth-child(2) {
    padding-right: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(139, 101, 69, 0.22);
  }

  .science-journey-item:nth-child(3) {
    padding-left: 0;
  }

  .science-research-heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-width: 680px) {
  .about-page .about-visual-hero {
    min-height: 100svh;
  }

  .science-page .science-visual-hero {
    min-height: auto;
  }

  .science-page .science-visual-hero-grid {
    min-height: auto;
    padding-top: calc(var(--header-height) + 34px);
  }

  .science-page .science-visual-hero-image {
    border-radius: 22px;
  }

  .science-story,
  .science-research {
    padding-block: 88px 110px;
  }

  .science-story-intro {
    margin-bottom: 62px;
  }

  .science-story-intro h2,
  .science-research-heading h2 {
    font-size: clamp(40px, 12vw, 58px);
  }

  .science-journey {
    grid-template-columns: 1fr;
  }

  .science-journey-item,
  .science-journey-item:first-child,
  .science-journey-item:nth-child(2),
  .science-journey-item:nth-child(3),
  .science-journey-item:last-child {
    padding: 30px 0 34px;
    border-right: 0;
    border-bottom: 1px solid rgba(139, 101, 69, 0.22);
  }

  .science-journey-item:last-child {
    border-bottom: 0;
  }

  .science-journey-number {
    margin-bottom: 28px;
  }

  .science-research-row {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 18px;
    padding: 26px 0;
  }

  .science-research-number {
    align-self: start;
    padding-top: 4px;
    font-size: 21px;
  }

  .science-research-link {
    grid-column: 2;
    justify-self: start;
    margin-top: 2px;
  }

  .science-evidence-boundary {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 44px;
  }

  .science-products-exit-inner {
    min-height: 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding-block: 68px;
  }
}


/* OWNER-UAT-20260820: about content consolidation */

/* Keep the About hero title on one line. */
.about-page .about-visual-hero-copy h1 {
  white-space: nowrap;
}


/* Name meaning is folded into Brand Story. */
.about-identity-name {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 32px;
  margin: 0 0 30px;
  padding: 0 0 24px;
  border-bottom: 1px solid rgba(139, 101, 69, 0.24);
}

.about-identity-name strong {
  flex: 0 0 auto;
  color: #49392e;
  font-family:
    Georgia,
    "Times New Roman",
    "Songti SC",
    SimSun,
    serif;
  font-size: 20px;
  font-weight: 500;
}

.about-identity-name span {
  max-width: 390px;
  color: #84766c;
  font-size: 14px;
  line-height: 1.75;
}


/* China-market development now lives inside the 2025 journey node. */
.about-journey-intro {
  max-width: 390px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.8;
}

.about-market-inline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.about-market-inline > div {
  min-width: 0;
  padding: 24px 24px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.about-market-inline > div:first-child {
  padding-left: 0;
}

.about-market-inline > div:last-child {
  padding-right: 0;
  border-right: 0;
}

.about-market-inline span {
  display: block;
  margin-bottom: 15px;
  color: #d8b897;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
}

.about-market-inline strong {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.about-timeline .about-market-inline p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  line-height: 1.75;
}


/* About quality materials remain after the former production summary is removed. */
.about-quality-compact {
  background: #f6eadc;
  padding-top: clamp(56px, 6.7vw, 96px);
}

/* About refinement — typography, journey and materials. */
.about-page .site-header,
.about-page .site-header.is-scrolled {
  border-bottom: 0;
  box-shadow: none;
}

.about-page :is(
  .about-identity h2,
  .about-journey h2,
  .about-production-heading h2,
  .about-quality-subheading h3,
  .about-sustainability h3
) {
  font-family: Georgia, "Times New Roman", "Songti SC", SimSun, serif;
  font-size: clamp(36px, 4.6vw, 60px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.about-page :is(
  .about-timeline h3,
  .about-production-node h3,
  .about-qualification-copy h4,
  .about-sustainability-card h4
) {
  font-family: Georgia, "Times New Roman", "Songti SC", SimSun, serif;
  font-size: clamp(20px, 1.8vw, 26px);
  font-weight: 500;
  line-height: 1.35;
}

.about-page :is(
  .about-identity-copy > p:last-child,
  .about-journey-intro,
  .about-timeline p,
  .about-production-node p,
  .about-production-copy > p:not(.editorial-kicker),
  .about-qualification-copy > p,
  .about-sustainability-card p
) {
  font-size: 15px;
  line-height: 1.8;
}

@media (min-width: 981px) {
  .about-page .about-journey-grid {
    gap: clamp(20px, 3.1vw, 45px);
  }
}

.about-page .about-timeline-year {
  font-size: 28px;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.about-page .about-qualification-wall {
  margin-top: 0;
}

.about-page .about-qualification-preview,
.about-page .about-qualification-preview img {
  display: block;
  background: #fff;
}

.about-page .about-qualification-preview {
  border: 1px solid rgba(139, 101, 69, 0.16);
}


@media (max-width: 760px) {
  .about-identity-name {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .about-market-inline {
    grid-template-columns: 1fr;
  }

  .about-market-inline > div,
  .about-market-inline > div:first-child,
  .about-market-inline > div:last-child {
    padding: 22px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .about-market-inline > div:last-child {
    border-bottom: 0;
  }
}


/* ============================================================
   VERIFICATION — Product Traceability
   ============================================================ */

.verification-page {
  background: var(--color-cream);
}

.verification-page .verification-hero {
  background: linear-gradient(180deg, var(--color-paper) 0%, var(--color-cream) 100%);
}

.verification-page .verification-hero__inner {
  min-height: min(100svh, 800px);
  display: grid;
  align-items: center;
  padding-top: var(--header-height);
  padding-bottom: clamp(40px, 4vw, 56px);
}

.verification-page .verification-hero__content {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  column-gap: clamp(52px, 4.5vw, 72px);
  row-gap: 26px;
  align-items: center;
  position: relative;
  top: clamp(8px, 1.5vw, 20px);
}

.verification-page .verification-hero__copy {
  width: 100%;
  max-width: 540px;
}

.verification-page .verification-hero__breadcrumb {
  margin-bottom: clamp(20px, 2.2vw, 30px);
  color: #8a7b70;
  font-size: 14px;
}

.verification-page .verification-hero .editorial-kicker,
.verification-page .verification-guide .editorial-kicker,
.verification-page .verification-channels .editorial-kicker,
.verification-page .verification-cta .editorial-kicker {
  margin-bottom: 15px;
}

.verification-page .verification-hero h1,
.verification-page .verification-guide h2,
.verification-page .verification-channels h2,
.verification-page .verification-cta h2 {
  margin: 0;
  color: #49392e;
  font-family:
    Georgia,
    "Times New Roman",
    "Songti SC",
    SimSun,
    serif;
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.18;
}

.verification-page .verification-hero h1 {
  max-width: 520px;
  font-size: clamp(40px, 3.25vw, 46px);
  letter-spacing: -0.05em;
  line-height: 1.18;
  white-space: nowrap;
}

.verification-page .verification-hero__auxiliary {
  max-width: 400px;
  margin: 18px 0 0;
  color: #6f5e50;
  font-size: 15px;
  line-height: 1.95;
}

.verification-page .verification-hero__journey-panel {
  position: relative;
  display: grid;
  grid-column: 2;
  grid-row: 1 / span 2;
  min-height: 370px;
  align-items: center;
}

.verification-page .verification-hero__map {
  position: absolute;
  inset: -12% -28% -12% -22%;
  width: 150%;
  height: 124%;
  fill: url(#verification-map-dots);
  opacity: 0.31;
  transform: translateX(29%) scale(1.56);
  transform-origin: center center;
  pointer-events: none;
}

.verification-page .verification-hero__journey {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

.verification-page .verification-hero__journey::before {
  content: "";
  position: absolute;
  top: 45px;
  left: 11%;
  right: 11%;
  height: 1px;
  background: rgba(161, 113, 51, 0.46);
}

.verification-page .verification-hero__journey li {
  position: relative;
  z-index: 1;
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.verification-page .verification-hero__journey-icon {
  display: grid;
  width: clamp(74px, 6.2vw, 92px);
  height: clamp(74px, 6.2vw, 92px);
  margin: 0 0 14px;
  place-items: center;
  border: 1px solid rgba(178, 128, 61, 0.42);
  border-radius: 50%;
  background: rgba(255, 253, 249, 0.9);
  box-shadow: 0 10px 22px rgba(91, 65, 42, 0.1);
}

.verification-page .verification-hero__journey-icon svg {
  width: 46%;
  height: 46%;
  fill: none;
  stroke: #a66f25;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.1;
}

.verification-page .verification-hero__journey-number {
  display: block;
  margin: 0 0 6px;
  color: rgba(139, 101, 69, 0.52);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 10px;
  letter-spacing: 0.1em;
}

.verification-page .verification-hero__journey h2 {
  margin: 0;
  color: #49392e;
  font-family: Georgia, "Times New Roman", "Songti SC", SimSun, serif;
  font-size: clamp(17px, 1.45vw, 22px);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.25;
}

/* Keep the second journey label as one compact title on desktop. */
.verification-page .verification-hero__journey li:nth-child(2) h2 {
  font-size: clamp(15px, 1.25vw, 19px);
  letter-spacing: -0.075em;
  white-space: nowrap;
}

.verification-page .verification-hero__journey p {
  max-width: 150px;
  margin: 7px 0 0;
  color: #78695e;
  font-size: 12px;
  line-height: 1.65;
}

.verification-page .verification-hero__route {
  position: absolute;
  right: -8%;
  bottom: -12px;
  left: -10%;
  width: 118%;
  height: 105px;
  fill: none;
  stroke: rgba(178, 128, 61, 0.34);
  stroke-linecap: round;
  stroke-width: 1.8;
  pointer-events: none;
}

.verification-page .verification-hero__route circle {
  fill: var(--color-cream);
  stroke-width: 1.8;
}

.verification-page .verification-hero__route-mark {
  stroke-width: 2.4;
}

.verification-page .verification-hero .editorial-actions {
  grid-column: 1;
  margin-top: 0;
}

.verification-page .verification-guide {
  scroll-margin-top: calc(var(--header-height) + 24px);
  background: var(--color-paper);
  padding-block:
    clamp(82px, 9vw, 132px)
    clamp(86px, 10vw, 146px);
}

.verification-page .verification-guide__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.28fr) minmax(0, 0.72fr);
  gap: clamp(34px, 5vw, 64px);
  align-items: start;
}

.verification-page .verification-guide__intro {
  position: sticky;
  top: calc(var(--header-height) + 36px);
  min-width: 0;
}

.verification-page .verification-guide h2,
.verification-page .verification-channels h2 {
  font-size: clamp(34px, 4vw, 54px);
}

.verification-page .verification-guide__intro > p:last-of-type,
.verification-page .verification-channels__inner > div > p,
.verification-page .verification-cta__inner > div:first-child > p:last-child {
  max-width: 560px;
  margin: 28px 0 0;
  color: #716157;
  font-size: 16px;
  line-height: 1.9;
}

.verification-page .verification-guide__index {
  display: grid;
  gap: 0;
  margin: clamp(44px, 5vw, 68px) 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(139, 101, 69, 0.24);
}

.verification-page .verification-guide__index li {
  min-width: 0;
  border-bottom: 1px solid rgba(139, 101, 69, 0.20);
}

.verification-page .verification-guide__index a {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 18px;
  align-items: baseline;
  padding: 18px 0;
  color: #49392e;
  font-size: 15px;
  line-height: 1.55;
}

.verification-page .verification-guide__index span,
.verification-page .verification-step__number {
  color: #8b6545;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.verification-page .verification-guide__steps {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 30px);
}

.verification-page .verification-step {
  min-width: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: start;
  padding: clamp(22px, 2.4vw, 30px);
  border: 1px solid rgba(139, 101, 69, 0.16);
  border-radius: 16px;
  background: var(--color-paper);
}

.verification-page .verification-step:nth-child(3),
.verification-page .verification-step:nth-child(4) {
  grid-column: 1 / -1;
}

.verification-page .verification-step:last-child {
  border-bottom: 1px solid rgba(139, 101, 69, 0.22);
}

.verification-page .verification-step__copy {
  min-width: 0;
}

.verification-page .verification-step__copy h3 {
  margin: 16px 0 12px;
  color: #49392e;
  font-family:
    Georgia,
    "Times New Roman",
    "Songti SC",
    SimSun,
    serif;
  font-size: clamp(24px, 2.7vw, 34px);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.verification-page .verification-step__copy p {
  margin: 0;
  color: #716157;
  font-size: 15px;
  line-height: 1.85;
}

.verification-page .verification-step__figures {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(10px, 1.4vw, 16px);
}

.verification-page #verification-step-03 .verification-step__figures,
.verification-page #verification-step-04 .verification-step__figures {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.verification-page .verification-step__figures figure:only-child {
  grid-column: 1 / -1;
  width: 100%;
  max-width: 420px;
  justify-self: center;
}

.verification-page .verification-step figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 7px 7px 12px;
  border: 1px solid rgba(139, 101, 69, 0.16);
  border-radius: 20px;
  background: var(--color-paper);
  box-shadow: 0 24px 58px rgba(89, 63, 42, 0.14);
}

.verification-page .verification-step figure img {
  display: block;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  border: 5px solid var(--color-ink);
  border-radius: 20px;
  object-fit: contain;
  background: var(--color-paper);
}

.verification-page .verification-step figcaption {
  position: relative;
  z-index: 2;
  min-height: 42px;
  margin-top: 12px;
  color: #766b63;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}

.verification-page .verification-channels {
  background: var(--color-cream);
  padding: clamp(42px, 5vw, 60px) 0 clamp(58px, 5vw, 70px);
}

.verification-page .verification-channels__inner {
  max-width: 820px;
}

.verification-page .verification-channels__card {
  padding: 0;
}

.verification-page .verification-channels__heading {
  margin-bottom: clamp(14px, 1.5vw, 20px);
}

.verification-page .verification-channels__heading h2 {
  position: relative;
  margin: 0;
  padding-bottom: 10px;
  font-size: clamp(28px, 2.5vw, 34px);
}

.verification-page .verification-channels__heading h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 1px;
  background: rgba(139, 101, 69, 0.6);
}

.verification-page .verification-channels__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.8vw, 22px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.verification-page .verification-channels__item {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 0;
  color: #49392e;
}

.verification-page .verification-channels__logo {
  width: clamp(82px, 7vw, 90px);
  height: clamp(82px, 7vw, 90px);
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  aspect-ratio: 1;
  background: rgba(255, 253, 249, 0.48);
}

.verification-page .verification-channels__logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.verification-page .verification-channels__name {
  color: #5d4a3c;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.verification-page .verification-channels__inner > .verification-channels__card > .verification-channels__note {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-top: clamp(6px, 0.7vw, 8px);
  color: #aa9e94;
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
}

.verification-page .verification-cta {
  background: var(--color-brand-dark);
  padding-block: clamp(52px, 6.1vw, 90px);
}

.verification-page .verification-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 54px;
  padding-block: 26px;
}

.verification-page .verification-cta h2 {
  max-width: 700px;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.15;
}

.verification-page .verification-cta h2,
.verification-page .verification-cta__inner > div:first-child > p:last-child {
  color: var(--color-paper);
}

.verification-page .verification-cta .editorial-kicker {
  color: var(--color-cream);
}

.verification-page .verification-cta .editorial-actions {
  flex: 0 0 auto;
}

@media (max-width: 980px) {
  .verification-page .verification-guide__grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .verification-page .verification-guide__intro {
    position: static;
  }

  .verification-page .verification-guide__steps {
    grid-template-columns: 1fr;
  }

  .verification-page .verification-step:nth-child(3),
  .verification-page .verification-step:nth-child(4) {
    grid-column: auto;
  }
}

@media (max-width: 780px) {
  .verification-page .verification-hero__inner {
    min-height: auto;
    padding-top: calc(var(--header-height) + 42px);
    padding-bottom: 44px;
  }

  .verification-page .verification-hero h1 {
    font-size: 44px;
    letter-spacing: -0.04em;
    white-space: normal;
  }

  .verification-page .verification-hero__content {
    grid-template-columns: 1fr;
    row-gap: 30px;
    top: auto;
  }

  .verification-page .verification-hero__copy {
    max-width: 540px;
  }

  .verification-page .verification-hero__auxiliary {
    font-size: 14px;
  }

  .verification-page .verification-hero__journey-panel {
    grid-column: auto;
    grid-row: auto;
    min-height: 0;
  }

  .verification-page .verification-hero__map,
  .verification-page .verification-hero__route {
    display: none;
  }

  .verification-page .verification-hero__journey {
    grid-template-columns: 1fr;
    gap: 18px;
    margin: 0;
    padding: 0;
  }

  .verification-page .verification-hero__journey::before {
    display: none;
  }

  .verification-page .verification-hero__journey li {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    column-gap: 14px;
    align-items: start;
    text-align: left;
  }

  .verification-page .verification-hero__journey-icon {
    grid-row: 1 / span 3;
    width: 62px;
    height: 62px;
    margin: 0;
  }

  .verification-page .verification-hero__journey-number {
    margin: 0 0 3px;
    font-size: 9px;
  }

  .verification-page .verification-hero__journey h2 {
    font-size: 21px;
  }

  .verification-page .verification-hero__journey li:nth-child(2) h2 {
    font-size: 21px;
    letter-spacing: -0.025em;
    white-space: normal;
  }

  .verification-page .verification-hero__journey p {
    max-width: 360px;
    margin-top: 4px;
    font-size: 13px;
  }

  .verification-page .verification-hero .editorial-actions {
    grid-column: auto;
    margin-top: 0;
  }

  .verification-page .verification-guide {
    padding-block: 70px;
  }

  .verification-page .verification-channels {
    padding: 42px 0 26px;
  }

  .verification-page .verification-guide__index a {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 14px;
  }

  .verification-page .verification-step {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .verification-page .verification-step__figures {
    grid-template-columns: 1fr;
  }

  .verification-page #verification-step-03 .verification-step__figures,
  .verification-page #verification-step-04 .verification-step__figures {
    grid-template-columns: 1fr;
  }

  .verification-page .verification-step__figures figure,
  .verification-page .verification-step__figures figure:only-child {
    width: 100%;
    max-width: 430px;
    justify-self: start;
  }

  .verification-page .verification-step figure {
    border-radius: 18px;
  }

  .verification-page .verification-step figcaption {
    min-height: 0;
  }

  .verification-page .verification-channels__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 14px;
  }

  .verification-page .verification-cta__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 28px;
    padding-block: 21px;
  }

  .verification-page .verification-cta .editorial-actions {
    width: 100%;
  }
}

@media (max-width: 680px) {
  .verification-page .container {
    width: min(100% - 40px, var(--container));
  }

  .verification-page .verification-hero h1 {
    font-size: 40px;
  }

  .verification-page .verification-guide h2,
.verification-page .verification-channels h2 {
    font-size: 42px;
  }

  .verification-page .verification-step figure {
    padding: 10px;
  }
}

@media (max-width: 360px) {
  .verification-page .container {
    width: min(calc(100% - clamp(56px, 15vw, 64px)), var(--container));
  }

  .verification-page .verification-hero h1 {
    font-size: 36px;
  }

  .verification-page .verification-guide__index a {
    grid-template-columns: 1fr;
  }

}

/* About — internal reading rhythm only; section padding remains untouched. */
.about-page .about-identity h2,
.about-page .about-next h2 {
  margin-bottom: 24px;
}

.about-timeline-mobile-break {
  display: none;
}

.about-page .about-identity-name {
  margin-bottom: 32px;
}

.about-page .about-journey-intro {
  margin-top: 24px;
}

@media (max-width: 680px) {
  .about-timeline-mobile-break {
    display: block;
  }

  .about-page .about-identity h2,
  .about-page .about-next h2 {
    margin-bottom: 16px;
  }

  .about-page .about-identity-name {
    margin-bottom: 24px;
  }

  .about-page .about-journey-intro {
    margin-top: 16px;
  }
}

/* Gina Alice endorsement */
.gina-endorsement {
  overflow: hidden;
  padding-block: clamp(48px, 4vw, 56px);
  background:
    radial-gradient(circle at 52% 18%, rgba(255, 255, 255, 0.74), transparent 32%),
    #f6eadc;
}

.gina-endorsement__grid {
  display: grid;
  grid-template-columns: minmax(280px, 300px) minmax(0, 560px);
  align-items: start;
  justify-content: center;
  gap: clamp(70px, 6vw, 90px);
}

.gina-endorsement__quote {
  margin: 0;
}

.gina-endorsement__video video {
  display: block;
  width: 100%;
}

.gina-endorsement__quote {
  max-width: 560px;
  padding: 18px 0 12px;
  border-block: 1px solid rgba(139, 101, 69, 0.18);
  color: #49392e;
  font-family: Georgia, "Times New Roman", "Songti SC", SimSun, serif;
  font-size: clamp(19px, 1.65vw, 25px);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.72;
}

.gina-endorsement__quote p {
  margin: 0;
}

.gina-endorsement__quote p + p {
  margin-top: 1.4em;
}

.gina-endorsement__quote p:last-child {
  color: #8b6545;
  font-size: 0.78em;
  letter-spacing: 0.04em;
}

.gina-endorsement__video {
  width: 100%;
  aspect-ratio: 5 / 8;
  overflow: hidden;
  border: 1px solid rgba(139, 101, 69, 0.20);
  border-radius: 2px;
  background: #fffdf9;
}

.gina-endorsement__video video {
  height: 100%;
  object-fit: cover;
}

@media (max-width: 800px) {
  .gina-endorsement__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .gina-endorsement {
    padding-block: 48px;
  }

  .gina-endorsement__quote {
    max-width: 680px;
  }

  .gina-endorsement__video {
    width: min(100%, 360px);
  }
}

/* About mobile hero — editorial reading rhythm. */
@media (max-width: 680px) {
  .about-page .about-visual-hero {
    min-height: 0;
    background: #efe0ce;
  }

  .about-page .about-visual-hero-grid {
    display: block;
    min-height: 0;
  }

  .about-page .about-visual-hero-copy {
    padding: 64px clamp(28px, 7vw, 32px) 0;
  }

  .about-page .about-visual-hero-copy h1 {
    margin-bottom: 16px;
    font-size: clamp(50px, 14vw, 56px);
  }

  .about-page .about-visual-hero-copy > p:last-child {
    max-width: 310px;
    font-size: 17px;
    line-height: 1.65;
  }

  .about-page .about-visual-hero-image {
    width: 86%;
    min-height: 0;
    aspect-ratio: 1280 / 1707;
    margin: 40px auto 48px;
    overflow: hidden;
    border-radius: 18px;
  }

  .about-page .about-visual-hero-image img {
    object-fit: contain;
    object-position: center;
  }

  .about-page .about-identity-grid {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .about-page .about-identity-copy {
    display: contents;
  }

  .about-page .about-identity-copy .editorial-kicker {
    order: 1;
  }

  .about-page .about-identity-copy h2 {
    order: 2;
  }

  .about-page .about-identity-name {
    order: 3;
    border-bottom: 0;
  }

  .about-page .about-identity-image {
    order: 4;
    margin-bottom: 32px;
  }

  .about-page .about-identity-copy > p.editorial-lead {
    order: 5;
  }

  .about-page .about-identity-copy > p:not(.editorial-kicker):not(.editorial-lead) {
    order: 6;
  }

}
