@charset "UTF-8";
/*
Theme Name: Mocdinhduong Child
Description: This is a child theme for Flatsome Theme
Template: flatsome
Author: UX Themes
Version: 3.9.14
*/
:root {
  --primary-color: #1E4D2B;
  --secondary-color: #D4B25C;
  --green-900: #14331E;
  --green-700: #1E4D2B;
  --green-500: #3E7C3F;
  --green-400: #5A9E4B;
  --green-100: #E3EDDF;
  --gold-600: #B8902F;
  --gold-500: #D4B25C;
  --gold-300: #E6D08A;
  --red-color: #C0392B;
  --cream: #F4ECE3;
  --ivory: #FAF7F0;
  --text-color: #1A241A;
  --muted-color: #6B7A6B;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Be Vietnam Pro", Arial, sans-serif;
  color: var(--muted-color);
  line-height: 1.65;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Be Vietnam Pro", Arial, sans-serif;
  line-height: 1.2;
  font-weight: 600;
  color: var(--green-900);
}

h2 {
  font-size: clamp(26px, 3.4vw, 40px);
}

.accent,
em.accent {
  font-family: "Newsreader", Georgia, serif;
  font-style: italic;
  font-weight: 400;
}

.section-title {
  border-bottom: none;
}
.section-title b {
  opacity: 0;
}
.section-title .section-title-main {
  color: var(--primary-color);
  text-transform: none;
}

.is-divider {
  display: none;
}

.button:not(.icon) {
  text-transform: none;
  border-radius: 999px;
  font-weight: 600;
  box-shadow: none !important;
  font-size: 15px;
  line-height: 1.2;
  padding: 14px 28px;
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.button:not(.icon).is-outline {
  border-width: 1.5px;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s cubic-bezier(0.5, 0, 0.1, 1), transform 0.7s cubic-bezier(0.5, 0, 0.1, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.button.primary {
  background-color: var(--primary-color);
}

.button.primary:hover {
  background-color: var(--green-900);
}

.button.secondary {
  background-color: var(--gold-600);
  color: #fff;
}

.button.secondary:hover {
  background-color: var(--secondary-color);
}

.box-shadow-1 {
  box-shadow: none;
  transition: 0.3s;
  border: 1px solid transparent;
}
.box-shadow-1:hover {
  background: #fff;
  border-color: var(--primary-color);
  box-shadow: 0 22px 44px -30px rgba(20, 51, 30, 0.45);
}

.header-nav-main > li {
  margin: 0 16px;
}
.header-nav-main > li > a {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-transform: none;
  letter-spacing: normal;
}
.header-nav-main > li > a .icon-angle-down:before {
  display: none;
}
.header-nav-main > li:hover > a, .header-nav-main > li.current-menu-item > a {
  color: var(--gold-300) !important;
}
.header-nav-main > li.menu-cta > a {
  background: var(--secondary-color);
  color: var(--green-900) !important;
  border-radius: 99px;
  padding: 10px 22px;
  display: inline-flex;
  align-items: center;
}
.header-nav-main > li.menu-cta > a::after {
  content: " →";
  margin-left: 6px;
}
.header-nav-main > li.menu-cta > a:hover {
  background: var(--gold-300);
  color: var(--green-900) !important;
}
.header-nav-main > li .nav-dropdown {
  padding: 16px;
  min-width: 280px;
  border-radius: 12px;
  box-shadow: 0 22px 46px -18px rgba(20, 51, 30, 0.45);
}
.header-nav-main > li .nav-dropdown > li a {
  color: var(--text-color);
  font-size: 14.5px;
  font-weight: 500;
  min-height: 44px;
  line-height: 44px;
  padding: 0 12px;
  border: none;
  border-radius: 8px;
  margin: 4px 0;
}
.header-nav-main > li .nav-dropdown > li a:hover {
  background: var(--green-100) !important;
  color: var(--green-900);
}

.header-wrapper {
  transition: background 0.35s ease, box-shadow 0.35s ease;
}
.header-wrapper.stuck .header {
  background-color: var(--green-900) !important;
  box-shadow: 0 12px 30px -20px rgba(0, 0, 0, 0.6);
}

.header.transparent {
  background: transparent;
  border-bottom: 0;
}
.header.transparent .header-nav-main > li > a {
  color: rgba(255, 255, 255, 0.92);
}
.header.transparent .site-logo .logo-dark,
.header.transparent .site-logo .logo-light {
  transition: opacity 0.3s;
}

.header-main {
  border-bottom: 0;
}

.nav-toggle span,
.mobile-nav-icon svg,
.mobile-nav-icon {
  color: #fff;
}

.header-wrapper.stuck .mobile-nav-icon,
.header-wrapper.stuck .mobile-nav-icon svg {
  color: #fff;
}

.eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--green-500);
  margin-bottom: 14px;
}
.eyebrow.eyebrow-light {
  color: var(--gold-300);
}

.eyebrow::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 19px;
  vertical-align: -4px;
  margin-right: 9px;
  background-color: var(--gold-600);
  -webkit-mask: url("data:image/svg+xml,%3Csvg width=%2725%27 height=%2731%27 viewBox=%270 0 25 31%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M16.0809 0C17.9409 2.21 19.1309 5.27 18.1209 8.12C17.7309 9.21 17.0809 10.12 16.2809 10.94L15.9609 13.04C17.8409 10.53 20.9709 9.83 23.9609 10.18C24.0209 10.26 24.0709 10.46 24.0509 10.55C23.5609 11.97 22.8409 13.25 21.8309 14.34C20.0209 16.27 17.7109 16.94 15.1109 16.38C14.7309 17.6 14.2609 18.71 13.7309 19.89C14.9309 18.93 16.2909 18.45 17.7909 18.38C19.3409 18.31 20.8209 18.62 22.2609 19.21C22.3709 19.25 22.4709 19.46 22.4009 19.57C21.5309 20.84 20.4409 21.89 19.1309 22.68C16.8209 24.02 14.4609 23.99 12.0809 22.71C11.3109 23.85 10.4709 24.87 9.54091 25.88C10.8209 25.42 12.0709 25.36 13.3609 25.61C14.8609 25.91 16.2209 26.56 17.4509 27.45C17.5609 27.58 17.5609 27.76 17.4409 27.87C15.8809 29.22 14.0109 30.22 11.9409 30.41C9.99091 30.58 8.15091 29.78 6.69091 28.46L4.50091 30.03C4.41091 30.09 4.19091 30.03 4.15091 29.94C4.10091 29.85 4.15091 29.66 4.25091 29.59L6.15091 28.24C3.82091 27.8 2.05091 26.56 1.00091 24.46C0.290907 23.03 -0.0190928 21.48 0.000907152 19.88C0.000907152 19.78 0.0209072 19.65 0.0509072 19.59C0.0809072 19.53 0.250907 19.5 0.320907 19.52C4.23091 20.45 7.40091 23.14 7.06091 27.47L7.79091 26.87C9.12091 25.7 10.3009 24.38 11.3409 22.9C6.91091 22.79 4.46091 19.3 4.01091 15.23C4.01091 15.14 4.16091 14.98 4.25091 14.99C5.76091 15.13 7.19091 15.55 8.50091 16.29C10.5809 17.46 11.8509 19.46 12.0209 21.9C13.1209 20.2 13.9109 18.45 14.5509 16.56C11.9609 16.48 9.92091 15.4 8.54091 13.2C7.74091 11.89 7.28091 10.45 7.11091 8.91C7.09091 8.77 7.24091 8.63 7.38091 8.64C8.97091 8.81 10.4909 9.25 11.8309 10.09C13.5709 11.15 14.6909 12.82 15.0309 14.85C15.4209 13.51 15.6109 12.26 15.7909 10.93C12.5009 7.63 13.1409 3.46 15.8409 0.02H16.0909L16.0809 0Z%27 fill=%27black%27/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg width=%2725%27 height=%2731%27 viewBox=%270 0 25 31%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M16.0809 0C17.9409 2.21 19.1309 5.27 18.1209 8.12C17.7309 9.21 17.0809 10.12 16.2809 10.94L15.9609 13.04C17.8409 10.53 20.9709 9.83 23.9609 10.18C24.0209 10.26 24.0709 10.46 24.0509 10.55C23.5609 11.97 22.8409 13.25 21.8309 14.34C20.0209 16.27 17.7109 16.94 15.1109 16.38C14.7309 17.6 14.2609 18.71 13.7309 19.89C14.9309 18.93 16.2909 18.45 17.7909 18.38C19.3409 18.31 20.8209 18.62 22.2609 19.21C22.3709 19.25 22.4709 19.46 22.4009 19.57C21.5309 20.84 20.4409 21.89 19.1309 22.68C16.8209 24.02 14.4609 23.99 12.0809 22.71C11.3109 23.85 10.4709 24.87 9.54091 25.88C10.8209 25.42 12.0709 25.36 13.3609 25.61C14.8609 25.91 16.2209 26.56 17.4509 27.45C17.5609 27.58 17.5609 27.76 17.4409 27.87C15.8809 29.22 14.0109 30.22 11.9409 30.41C9.99091 30.58 8.15091 29.78 6.69091 28.46L4.50091 30.03C4.41091 30.09 4.19091 30.03 4.15091 29.94C4.10091 29.85 4.15091 29.66 4.25091 29.59L6.15091 28.24C3.82091 27.8 2.05091 26.56 1.00091 24.46C0.290907 23.03 -0.0190928 21.48 0.000907152 19.88C0.000907152 19.78 0.0209072 19.65 0.0509072 19.59C0.0809072 19.53 0.250907 19.5 0.320907 19.52C4.23091 20.45 7.40091 23.14 7.06091 27.47L7.79091 26.87C9.12091 25.7 10.3009 24.38 11.3409 22.9C6.91091 22.79 4.46091 19.3 4.01091 15.23C4.01091 15.14 4.16091 14.98 4.25091 14.99C5.76091 15.13 7.19091 15.55 8.50091 16.29C10.5809 17.46 11.8509 19.46 12.0209 21.9C13.1209 20.2 13.9109 18.45 14.5509 16.56C11.9609 16.48 9.92091 15.4 8.54091 13.2C7.74091 11.89 7.28091 10.45 7.11091 8.91C7.09091 8.77 7.24091 8.63 7.38091 8.64C8.97091 8.81 10.4909 9.25 11.8309 10.09C13.5709 11.15 14.6909 12.82 15.0309 14.85C15.4209 13.51 15.6109 12.26 15.7909 10.93C12.5009 7.63 13.1409 3.46 15.8409 0.02H16.0909L16.0809 0Z%27 fill=%27black%27/%3E%3C/svg%3E") center/contain no-repeat;
}

.home-banner .text-box.x0 {
  left: max(15px, (100% - 1180px) / 2) !important;
}
.home-banner .text-box.x100 {
  left: auto !important;
  right: max(15px, (100% - 1180px) / 2) !important;
  transform: translateY(-50%) !important;
}
.home-banner .overlay {
  background: linear-gradient(99.7deg, rgba(11, 30, 18, 0.92) 0%, rgba(13, 38, 23, 0.74) 45%, rgba(13, 38, 23, 0.42) 100%) !important;
  opacity: 1 !important;
}
.home-banner h1, .home-banner .banner-title {
  font-size: clamp(38px, 5.2vw, 54px);
  line-height: 1.33;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.01em;
}
.home-banner .hero-lead {
  margin-top: 24px;
  font-size: clamp(16px, 2vw, 19px);
  color: rgba(255, 255, 255, 0.82);
  max-width: 560px;
}
.home-banner {
  position: relative;
}
.home-banner::after {
  content: "";
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
  width: 22px;
  height: 36px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  z-index: 3;
  pointer-events: none;
}
.home-banner::before {
  content: "";
  position: absolute;
  bottom: 47px;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 7px;
  background: #fff;
  border-radius: 2px;
  z-index: 4;
  pointer-events: none;
  animation: mdh-scrolldot 1.6s ease-in-out infinite;
}
.home-banner .hero-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  max-width: 460px;
  margin-left: auto;
}
.home-banner .hero-card--wide {
  grid-column: 1/-1;
}
.home-banner .hero-card {
  background: rgba(8, 24, 14, 0.38);
  backdrop-filter: blur(28px) saturate(125%);
  -webkit-backdrop-filter: blur(28px) saturate(125%);
  border: 1.5px solid rgba(230, 208, 138, 0.85);
  border-radius: 16px;
  padding: clamp(20px, 2vw, 30px) clamp(14px, 1.4vw, 20px);
  text-align: center;
  box-shadow: 0 20px 44px -26px rgba(0, 0, 0, 0.55);
}
.home-banner .hero-card .hc-label {
  display: block;
  color: #fff;
  font-size: clamp(13.5px, 0.95vw, 15px);
  font-weight: 500;
  margin-bottom: 10px;
}
.home-banner .hero-card .hc-value {
  display: block;
  color: var(--gold-300);
  font-weight: 700;
  font-size: clamp(19px, 1.55vw, 22px);
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .home-banner h1, .home-banner .banner-title {
    white-space: nowrap;
  }
}
.home-stats {
  position: relative;
  z-index: 5;
  margin-top: clamp(-70px, -6vw, -50px);
}
.home-stats .row, .home-stats .stats-grid {
  background: rgba(20, 51, 30, 0.1);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 24px 60px -30px rgba(20, 51, 30, 0.45);
}
.home-stats .col-inner {
  background: #fff;
  text-align: center;
  padding: 32px 26px;
}
.home-stats .stat-num {
  display: block;
  font-size: clamp(34px, 4.4vw, 50px);
  font-weight: 700;
  color: var(--green-700);
  line-height: 1;
}
.home-stats .stat-unit {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--gold-600);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 8px;
}
.home-stats .stat-label {
  display: block;
  font-size: 14px;
  color: var(--muted-color);
  margin-top: 12px;
}

.home-about h2 {
  font-size: clamp(32px, 4vw, 48px);
  text-transform: capitalize;
}
.home-about .about-caption .ac-italic {
  display: block;
  font-family: "Newsreader", Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(26px, 3vw, 36px);
  color: #0e2716;
  line-height: 1.15;
}
.home-about .about-caption .ac-gold {
  display: block;
  font-weight: 700;
  font-size: clamp(22px, 2.4vw, 30px);
  color: var(--gold-600);
  line-height: 1.3;
  margin-top: 6px;
}
.home-about .about-photo {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.home-about .about-photo img {
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.home-about .about-photo:hover img {
  transform: scale(1.06);
}
.home-about .about-photo + .about-photo {
  margin-top: clamp(16px, 1.6vw, 22px);
}
.home-about .photo-overlay {
  position: absolute;
  inset: 0;
  padding: clamp(20px, 2.4vw, 30px);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  background: linear-gradient(to top, rgba(11, 30, 18, 0.92) 0%, rgba(13, 38, 23, 0.62) 45%, rgba(13, 38, 23, 0.4) 100%), rgba(20, 51, 30, 0.18);
}
.home-about .photo-overlay p {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  max-width: 58%;
}
.home-about .btn-pill {
  flex: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--gold-600);
  color: #fff;
  padding: 13px 22px;
  border-radius: 40px;
  font-weight: 600;
  font-size: 15px;
}
.home-about .btn-pill:hover {
  background: var(--secondary-color);
}

.home-export {
  position: relative;
  overflow: hidden;
}
.home-export h2 {
  font-size: clamp(20px, 2.1vw, 30px);
  text-transform: capitalize;
}
.home-export .export-map {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.home-export .map-svg {
  width: 100% !important;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media (max-width: 820px) {
  .home-export .export-map {
    padding-left: 10%;
    box-sizing: border-box;
  }
}
.home-export .c-land {
  fill: #1d4630;
  stroke: #0e2716;
  stroke-width: 0.4;
}
.home-export .c-dest {
  fill: #2d6342;
  stroke: #0e2716;
  stroke-width: 0.4;
}
.home-export .c-vn {
  fill: var(--gold-500);
  stroke: none;
}
.home-export .island-dot {
  fill: var(--gold-500);
}
.home-export .island-label {
  fill: var(--gold-300);
  font-size: 9px;
  font-weight: 500;
}
.home-export .route {
  fill: none;
  stroke: var(--gold-500);
  stroke-width: 1.8;
  opacity: 0.85;
  stroke-dasharray: 5 6;
  animation: mdh-dash 14s linear infinite;
}
.home-export .node-halo {
  fill: rgba(212, 178, 92, 0.16);
}
.home-export .node-dot-origin {
  fill: var(--gold-500);
  stroke: #fff;
  stroke-width: 1.5;
}
.home-export .node-dot {
  fill: #fff;
}
.home-export .node-pulse {
  fill: none;
  stroke: var(--gold-500);
  stroke-width: 2;
  transform-box: fill-box;
  transform-origin: center;
  animation: mdh-pulse 2.6s ease-out infinite;
}
.home-export .map-label {
  fill: #fff;
  font-size: 12px;
  font-weight: 600;
  text-anchor: middle;
}
.home-export .map-label-origin {
  fill: var(--gold-300);
  font-size: 13px;
  text-anchor: start;
}

@keyframes mdh-dash {
  to {
    stroke-dashoffset: -220;
  }
}
@keyframes mdh-pulse {
  0% {
    r: 5;
    opacity: 0.9;
  }
  100% {
    r: 20;
    opacity: 0;
  }
}
@keyframes mdh-scrolldot {
  0%, 100% {
    opacity: 0;
    transform: translate(-50%, 0);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, 8px);
  }
}
@keyframes mdh-rise {
  from {
    opacity: 0;
    transform: translateY(26px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes mdh-card-in {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.home-banner .text-box.x0 .text-box-content .eyebrow, .home-banner .text-box.x0 .text-box-content h1, .home-banner .text-box.x0 .text-box-content .hero-lead, .home-banner .text-box.x0 .text-box-content p:last-child, .home-banner .text-box.x0 .text-box-content a.button {
  animation: mdh-rise 0.8s cubic-bezier(0.5, 0, 0.1, 1) both;
}
.home-banner .text-box.x0 .text-box-content .eyebrow {
  animation-delay: 0.1s;
}
.home-banner .text-box.x0 .text-box-content h1 {
  animation-delay: 0.22s;
}
.home-banner .text-box.x0 .text-box-content .hero-lead {
  animation-delay: 0.38s;
}
.home-banner .text-box.x0 .text-box-content p:last-child, .home-banner .text-box.x0 .text-box-content a.button {
  animation-delay: 0.54s;
}

.home-banner .hero-card {
  animation: mdh-card-in 0.7s ease-out both;
}
.home-banner .hero-card:nth-child(1) {
  animation-delay: 0.55s;
}
.home-banner .hero-card:nth-child(2) {
  animation-delay: 0.7s;
}
.home-banner .hero-card:nth-child(3) {
  animation-delay: 0.85s;
}

@media (prefers-reduced-motion: reduce) {
  .home-banner .text-box .text-box-content .eyebrow,
  .home-banner .text-box .text-box-content h1,
  .home-banner .text-box .text-box-content .hero-lead,
  .home-banner .text-box .text-box-content a.button,
  .home-banner .hero-card {
    animation: none;
  }
}
.home-product h2 {
  text-transform: capitalize;
}
.home-product h2 .accent {
  display: block;
  font-family: "Be Vietnam Pro", Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  color: var(--muted-color);
  margin-top: 2px;
  text-transform: none;
}
.home-product .media-frame {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 24px 50px -28px rgba(20, 51, 30, 0.5);
  aspect-ratio: 640/521;
}
.home-product .media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-product .img {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 24px 50px -28px rgba(20, 51, 30, 0.5);
}
.home-product .spec-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(20, 51, 30, 0.08);
  border: 1px solid rgba(20, 51, 30, 0.08);
  border-radius: 12px;
  overflow: hidden;
}
.home-product .spec-list li {
  background: #fff;
  padding: 14px 18px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.home-product .spec-list span {
  font-size: 12.5px;
  color: var(--muted-color);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.home-product .spec-list strong {
  font-size: 15px;
  color: var(--green-900);
}
.home-product .reasons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.home-product .reason {
  padding: 24px;
  border-radius: 12px;
  background: var(--ivory);
  border: 1px solid rgba(20, 51, 30, 0.06);
  border-left: 3px solid var(--gold-500);
}
.home-product .reason h4 {
  font-size: 16px;
  margin-bottom: 8px;
}
.home-product .reason p {
  font-size: 14px;
  color: var(--muted-color);
}
.home-product .prod-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 24px;
  margin: 24px 0 26px;
}
.home-product .prod-stats .stat-num {
  display: block;
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 700;
  color: var(--gold-600);
  line-height: 1;
}
.home-product .prod-stats .stat-unit {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--gold-600);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 6px;
}
.home-product .prod-stats .stat-label {
  display: block;
  font-size: 13.5px;
  color: var(--muted-color);
  margin-top: 4px;
}

.home-tech {
  position: relative;
  overflow: hidden;
}
.home-tech .chain-step, .home-tech .why-card {
  background: #fff;
  border: 1px solid rgba(20, 51, 30, 0.06);
  border-radius: 16px;
  padding: 28px 22px;
  box-shadow: 0 22px 44px -30px rgba(20, 51, 30, 0.45);
}
.home-tech .chain-step .chain-no, .home-tech .why-card .chain-no {
  font-size: 14px;
  font-weight: 700;
  color: var(--gold-600);
}
.home-tech .chain-step h3, .home-tech .why-card h3 {
  font-size: 18px;
  margin: 14px 0 10px;
}
.home-tech .chain-step p, .home-tech .why-card p {
  font-size: 14.5px;
  color: var(--muted-color);
}
.home-tech .chain-step {
  color: var(--text-color) !important;
}
.home-tech .chain-step .chain-no {
  color: var(--gold-600) !important;
}
.home-tech .chain-step h3 {
  color: var(--green-900) !important;
}
.home-tech .chain-step p {
  color: var(--muted-color) !important;
}
.home-tech h2 {
  text-transform: capitalize;
}
.home-tech .chain-arc {
  position: relative;
  height: 430px;
  max-width: 1080px;
  margin: 16px auto 0;
}
.home-tech .arc-center {
  position: absolute;
  left: 50%;
  bottom: -36px;
  transform: translateX(-50%);
  width: clamp(220px, 26vw, 300px);
  height: auto;
  z-index: 1;
  filter: drop-shadow(0 26px 44px rgba(0, 0, 0, 0.45));
}
.home-tech .arc-center img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.home-tech .arc-steps {
  list-style: none;
  margin: 0;
  padding: 0;
}
.home-tech .arc-step {
  position: absolute;
  width: 134px;
  transform: translateX(-50%);
  text-align: center;
  z-index: 2;
}
.home-tech .arc-step:nth-child(1) {
  left: calc(8.5% + 10px);
  bottom: 124px;
}
.home-tech .arc-step:nth-child(2) {
  left: 22.5%;
  bottom: 184px;
}
.home-tech .arc-step:nth-child(3) {
  left: 36%;
  bottom: 248px;
}
.home-tech .arc-step:nth-child(4) {
  left: 50%;
  bottom: 282px;
}
.home-tech .arc-step:nth-child(5) {
  left: 64%;
  bottom: 248px;
}
.home-tech .arc-step:nth-child(6) {
  left: 77.5%;
  bottom: 184px;
}
.home-tech .arc-step:nth-child(7) {
  left: calc(91.5% - 10px);
  bottom: 124px;
}
.home-tech .arc-end .as-no svg {
  width: 26px;
  height: 26px;
}
.home-tech .as-no {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--gold-500);
  color: var(--green-700);
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  box-shadow: 0 16px 30px -14px rgba(0, 0, 0, 0.5);
  position: relative;
}
.home-tech .as-no::before {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: 50%;
  border: 1.5px dashed rgba(255, 255, 255, 0.6);
}
.home-tech .arc-end .as-no {
  background: var(--gold-500);
  border-color: var(--gold-500);
  color: #fff;
}
.home-tech .as-title {
  display: block;
  color: #fff;
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1.3;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55);
}

.home-commit h2 {
  text-transform: capitalize;
}
.home-commit .commit-item {
  display: flex;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(20, 51, 30, 0.08);
}
.home-commit .commit-item:last-child {
  border-bottom: 0;
}
.home-commit .commit-item .commit-ico {
  flex: none;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: var(--green-100);
  color: var(--green-700);
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-commit .commit-item .commit-ico svg {
  width: 20px;
  height: 20px;
}
.home-commit .commit-item h3 {
  font-size: 18px;
  margin-bottom: 6px;
  color: var(--green-900);
}
.home-commit .commit-item p {
  font-size: 14.5px;
  color: var(--muted-color);
  line-height: 1.6;
}

.commit-grid2 .commit-item + .commit-item,
.commit-grid2 .commit-item {
  border-bottom: 0;
  padding: 0;
}

.commit-grid2 .col:last-child .col-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px 30px;
}

.home-sustain h2 {
  font-size: clamp(32px, 4.4vw, 52px);
  line-height: 1.18;
  text-transform: capitalize;
}
.home-sustain .sustain-card {
  border-radius: 16px;
  padding: 32px 28px;
}
.home-sustain .sustain-card .feature-ico {
  display: inline-block;
  margin-bottom: 12px;
}
.home-sustain .sustain-card .feature-ico svg {
  width: 50px;
  height: 50px;
}
.home-sustain .sustain-card h3 {
  font-size: 19px;
  margin-bottom: 12px;
}
.home-sustain .sustain-card p {
  font-size: 14.5px;
  line-height: 1.6;
}
.home-sustain .col:nth-of-type(1) .sustain-card {
  background: #dce25a;
}
.home-sustain .col:nth-of-type(1) .sustain-card h3, .home-sustain .col:nth-of-type(1) .sustain-card p {
  color: var(--green-900);
}
.home-sustain .col:nth-of-type(1) .sustain-card .feature-ico {
  color: var(--green-700);
}
.home-sustain .col:nth-of-type(2) .sustain-card {
  background: var(--green-700);
}
.home-sustain .col:nth-of-type(2) .sustain-card h3 {
  color: #dce25a;
}
.home-sustain .col:nth-of-type(2) .sustain-card p {
  color: #fff;
}
.home-sustain .col:nth-of-type(2) .sustain-card .feature-ico {
  color: #dce25a;
}
.home-sustain .col:nth-of-type(3) .sustain-card {
  background: #90c52d;
}
.home-sustain .col:nth-of-type(3) .sustain-card h3, .home-sustain .col:nth-of-type(3) .sustain-card p, .home-sustain .col:nth-of-type(3) .sustain-card .feature-ico {
  color: #fff;
}

.home-cta.cta-band {
  background: var(--green-700);
  color: #fff;
}
.home-cta .cta-banner {
  border-radius: 20px;
  overflow: hidden;
}
.home-cta .cta-banner .overlay {
  background: linear-gradient(90deg, rgba(20, 51, 30, 0.95) 0%, rgba(20, 51, 30, 0.62) 48%, rgba(30, 77, 43, 0.05) 100%) !important;
}
.home-cta .cta-banner .text-box {
  margin-left: clamp(30px, 4vw, 50px);
  margin-top: -3px;
}
.home-cta .cta-banner h2 {
  color: #fff;
  font-size: clamp(23px, 2.6vw, 28px);
  line-height: 1.4;
  text-transform: capitalize;
}
.home-cta .cta-banner p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.65;
  margin: 16px 0 24px;
  max-width: 512px;
}
.home-cta .cta-banner p strong, .home-cta .cta-banner strong {
  color: inherit !important;
}
.home-cta .btn-white {
  background: #fff;
  color: var(--green-700) !important;
}
.home-cta .btn-white:hover {
  background: var(--gold-300);
  color: var(--green-900);
}

.home-news h2 {
  text-transform: capitalize;
}
.home-news .post-item {
  margin-bottom: 0;
}

.home-quote .col-inner {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.home-quote .quote-lead {
  margin: 0 0 18px;
  font-weight: 700;
  font-size: clamp(22px, 2.6vw, 30px);
  line-height: 1.3;
  color: #0e2716;
  text-transform: none;
  letter-spacing: normal;
}
.home-quote blockquote {
  border: 0;
  padding: 0;
  margin: 0;
  font-style: normal;
}
.home-quote blockquote p {
  margin: 0;
}
.home-quote blockquote .q-gold {
  display: block;
  font-family: "Be Vietnam Pro", Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(19px, 2vw, 24px);
  color: var(--gold-600);
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
  text-wrap: balance;
}
.home-quote blockquote .q-it {
  display: block;
  font-family: "Newsreader", Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(22px, 2.6vw, 30px);
  color: #0e2716;
  line-height: 1.33;
  letter-spacing: 0.02em;
}
.home-quote cite {
  display: block;
  margin-top: 26px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: var(--gold-600);
  letter-spacing: 0.02em;
}

.sub-hero {
  text-align: center;
  padding-top: clamp(132px, 16vh, 168px) !important;
  padding-bottom: clamp(56px, 8vw, 80px) !important;
}
.sub-hero h1 {
  color: #fff;
  font-size: clamp(40px, 5.5vw, 56px);
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom: 0;
}
.sub-hero .col {
  padding-bottom: 0;
}
.sub-hero .page-hero-sub {
  color: rgba(255, 255, 255, 0.85);
  font-size: clamp(16px, 1.8vw, 19px);
  line-height: 1.6;
  max-width: 720px;
  margin: 18px auto 0;
}
.sub-hero .section-bg-overlay {
  background-color: rgba(20, 51, 30, 0.88) !important;
}

.sub-hero-product .overlay {
  background-image: linear-gradient(180deg, rgba(11, 30, 18, 0.62) 0%, rgba(11, 30, 18, 0.32) 34%, rgba(11, 30, 18, 0.72) 78%, rgba(11, 30, 18, 0.95) 100%), linear-gradient(90deg, rgba(11, 30, 18, 0.72), rgba(11, 30, 18, 0.18) 60%) !important;
  opacity: 1 !important;
}
.sub-hero-product h1 {
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.01em;
  font-size: clamp(38px, 6vw, 68px);
  line-height: 1.08;
}
.sub-hero-product h1 .latin {
  display: block;
  font-family: "Newsreader", Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(20px, 2.6vw, 32px);
  color: var(--gold-300);
  margin-top: 10px;
}
.sub-hero-product.section {
  padding-top: 0 !important;
}
.sub-hero-product.section .row {
  position: relative;
  z-index: 5;
}
.sub-hero-product .pstat-card {
  background: rgba(11, 30, 18, 0.9);
  backdrop-filter: blur(10px) saturate(120%);
  -webkit-backdrop-filter: blur(10px) saturate(120%);
  border: 1.5px solid rgba(230, 208, 138, 0.8);
  border-radius: 16px;
  padding: clamp(20px, 1.9vw, 28px) clamp(14px, 1.4vw, 22px);
  text-align: center;
  box-shadow: 0 26px 54px -24px rgba(11, 30, 18, 0.6);
}
.sub-hero-product .pstat-card .ps-num {
  display: block;
  color: var(--gold-300);
  font-weight: 700;
  line-height: 1;
  font-size: clamp(28px, 3vw, 42px);
}
.sub-hero-product .pstat-card .ps-unit {
  display: block;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 8px;
}
.sub-hero-product .pstat-card .ps-lbl {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13.5px;
  margin-top: 6px;
}

.sub-about .section-content > .row:first-of-type .img-inner {
  height: 460px;
  border-radius: 16px;
  overflow: hidden;
}
.sub-about .section-content > .row:first-of-type .img-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sub-about .name-line {
  font-family: "Newsreader", Georgia, serif;
  font-style: italic;
  font-size: clamp(22px, 2.4vw, 28px);
  line-height: 1.4;
  color: #0e2716;
}
.sub-about .name-line b {
  font-family: "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: var(--gold-600);
}
.sub-about .name-card {
  background: #015822;
  border-radius: 16px;
  padding: 28px;
}
.sub-about .name-card h3 {
  color: #fdde8d;
  font-size: 28px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.sub-about .name-card p {
  color: #fff;
  font-size: 14.5px;
  line-height: 1.6;
}
.sub-about .naming {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: clamp(32px, 4vw, 56px);
  align-items: center;
  background: #015822;
  border-radius: 20px;
  padding: clamp(32px, 4vw, 52px);
  margin-top: clamp(16px, 2.2vw, 26px);
}
.sub-about .naming-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  padding-right: clamp(20px, 3vw, 40px);
}
.sub-about .naming-logo .img {
  max-width: 230px;
  margin-inline: auto;
}
.sub-about .naming-logo img {
  width: 100%;
  max-width: 230px;
  height: auto;
  margin: 0 auto;
}
.sub-about .naming-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.sub-about .naming-item {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 18px;
  align-items: baseline;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.sub-about .naming-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.sub-about .naming-item .nm-word {
  color: #fdde8d;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  font-style: normal;
}
.sub-about .naming-item p {
  color: rgba(255, 255, 255, 0.86);
  font-size: 15.5px;
  line-height: 1.6;
}
.sub-about .story-card {
  border-radius: 12px;
  padding: 34px;
}
.sub-about .story-card h3 {
  font-size: clamp(26px, 2.6vw, 34px);
  line-height: 1.3;
  text-transform: capitalize;
}
.sub-about .story-card p {
  margin-top: 14px;
  font-size: 17px;
  line-height: 1.65;
}
.sub-about .story-card.story-card--lime {
  background: #dce25a;
}
.sub-about .story-card.story-card--lime h3, .sub-about .story-card.story-card--lime p {
  color: var(--green-900);
}
.sub-about .story-card.story-card--green {
  background: #90c52d;
}
.sub-about .story-card.story-card--green h3 {
  color: #fff;
}
.sub-about .story-card.story-card--green p {
  color: rgba(255, 255, 255, 0.92);
}

.sub-vision .section-bg-overlay {
  background-color: rgba(30, 77, 43, 0.8392156863) !important;
}
.sub-vision .vm-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.sub-vision .vm-card {
  background: var(--green-700);
  border: 1px solid var(--gold-300);
  border-radius: 18px;
  padding: 40px 30px;
}
.sub-vision .vm-card .vm-ico {
  color: var(--gold-300);
  margin-bottom: 18px;
}
.sub-vision .vm-card h3 {
  color: #fff;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.2;
}
.sub-vision .vm-card p {
  color: rgba(255, 255, 255, 0.78);
  margin-top: 14px;
  font-size: 17px;
  line-height: 1.65;
}
.sub-vision .flipgrid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin-top: clamp(36px, 4.5vw, 48px);
}
.sub-vision .flipcard {
  position: relative;
  height: 320px;
  perspective: 1400px;
  cursor: pointer;
}
.sub-vision .flip-inner {
  position: absolute;
  inset: 0;
  transition: transform 0.6s cubic-bezier(0.4, 0.2, 0.2, 1);
  transform-style: preserve-3d;
}
.sub-vision .flipcard:hover .flip-inner,
.sub-vision .flipcard:focus-visible .flip-inner {
  transform: rotateY(180deg);
}
.sub-vision .flip-face {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 18px;
  border: 1px solid rgba(230, 208, 138, 0.2);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.sub-vision .flip-front {
  background: rgba(3, 13, 7, 0.5);
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 28px 20px;
  transition: border-color 0.3s, background 0.3s;
}
.sub-vision .flip-front .fc-ico {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: rgba(230, 208, 138, 0.14);
  color: var(--gold-300);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: background 0.3s, color 0.3s;
}
.sub-vision .flip-front .fc-ico svg {
  width: 30px;
  height: 30px;
}
.sub-vision .flip-front h3 {
  font-size: 17.5px;
  font-weight: 700;
  line-height: 1.32;
  color: #fff;
}
.sub-vision .flipcard:hover .flip-front {
  border-color: rgba(230, 208, 138, 0.42);
}
.sub-vision .flipcard:hover .fc-ico {
  background: var(--gold-500);
  color: var(--green-900);
}
.sub-vision .fc-hint {
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--gold-300);
  opacity: 0.78;
}
.sub-vision .fc-hint svg {
  width: 13px;
  height: 13px;
}
.sub-vision .flip-back {
  transform: rotateY(180deg);
  background: rgba(2, 10, 5, 0.86);
  border-color: var(--gold-500);
  padding: 26px 22px;
  justify-content: center;
  gap: 16px;
}
.sub-vision .flip-back h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--gold-300);
  line-height: 1.32;
}
.sub-vision .fc-list {
  display: grid;
  gap: 13px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
.sub-vision .fc-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 13.5px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
}
.sub-vision .fc-list li svg {
  flex: none;
  width: 17px;
  height: 17px;
  color: var(--gold-300);
  margin-top: 1px;
}

.mdh-icon-grid .col {
  display: flex;
}
.mdh-icon-grid .icon-box {
  width: 100%;
  background: #fff;
  border: 1px solid var(--green-100);
  border-radius: 16px;
  padding: 32px 28px;
  margin: 0;
}
.mdh-icon-grid .icon-box-img {
  width: 56px !important;
  margin: 0 0 16px;
  float: none;
}
.mdh-icon-grid .icon-box-img .icon-inner {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: var(--green-100);
  color: var(--green-700);
  display: flex;
  align-items: center;
  justify-content: center;
}
.mdh-icon-grid .icon-box-img .icon-inner svg {
  width: 26px;
  height: 26px;
}
.mdh-icon-grid .icon-box-text h3 {
  font-size: 19px;
  color: var(--green-900);
  margin: 0;
}
.mdh-icon-grid .icon-box-text ul {
  margin: 12px 0 0;
  padding-left: 18px;
  list-style: disc;
}
.mdh-icon-grid .icon-box-text ul li {
  color: var(--muted-color);
  font-size: 14.5px;
  line-height: 1.6;
  margin-bottom: 6px;
}
.mdh-icon-grid .icon-box-text ul li::marker {
  color: var(--gold-500);
}
.mdh-icon-grid .icon-box-text p {
  margin-top: 12px;
  color: var(--muted-color);
  font-size: 14.5px;
  line-height: 1.6;
}

.icon-box[class*=mdh-] {
  margin: 0;
}
.icon-box[class*=mdh-] .icon-box-img {
  float: none;
}
.icon-box[class*=mdh-] .icon-box-text {
  margin: 0;
}
.icon-box[class*=mdh-] .icon-box-text h3 {
  margin: 0;
}
.icon-box[class*=mdh-] .icon-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-box[class*=mdh-] .icon-inner svg,
.icon-box[class*=mdh-] .icon-inner svg *,
.mdh-icon-grid .icon-inner svg,
.mdh-icon-grid .icon-inner svg * {
  fill: none !important;
}

.icon-box.mdh-commit {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 20px 0;
}
.icon-box.mdh-commit .icon-box-img {
  width: 42px !important;
  margin: 0;
}
.icon-box.mdh-commit .icon-inner {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: var(--green-100);
  color: var(--green-700);
}
.icon-box.mdh-commit .icon-inner svg {
  width: 20px;
  height: 20px;
}
.icon-box.mdh-commit .icon-box-text h3 {
  font-size: 18px;
  color: var(--green-900);
  margin-bottom: 6px;
}
.icon-box.mdh-commit .icon-box-text p {
  font-size: 14.5px;
  color: var(--muted-color);
  line-height: 1.6;
  margin: 0;
}

.home-commit .icon-box.mdh-commit {
  border-bottom: 1px solid rgba(20, 51, 30, 0.08);
}
.home-commit .icon-box.mdh-commit:last-child {
  border-bottom: 0;
}

.home-commit.commit-grid2 .icon-box.mdh-commit {
  border-bottom: 0;
  padding: 0;
}

.icon-box.mdh-enviro {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 22px 0;
  border-bottom: 1px solid rgba(20, 51, 30, 0.12);
}
.icon-box.mdh-enviro:first-child {
  padding-top: 0;
}
.icon-box.mdh-enviro:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.icon-box.mdh-enviro .icon-box-img {
  width: 50px !important;
  margin: 0;
}
.icon-box.mdh-enviro .icon-inner {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: var(--green-100);
  color: var(--green-700);
}
.icon-box.mdh-enviro .icon-inner svg {
  width: 25px;
  height: 25px;
}
.icon-box.mdh-enviro .icon-box-text h3 {
  font-size: 18.5px;
  color: var(--green-900);
  margin-bottom: 6px;
}
.icon-box.mdh-enviro .icon-box-text p {
  font-size: 15px;
  color: var(--muted-color);
  line-height: 1.6;
  margin: 0;
}

.icon-box.mdh-contact {
  display: flex;
  gap: 16px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--green-100);
  border-radius: 14px;
  padding: 16px 22px;
  box-shadow: 0 18px 40px -32px rgba(20, 51, 30, 0.35);
  margin-bottom: 14px;
}
.icon-box.mdh-contact .icon-box-img {
  width: 46px !important;
  margin: 0;
}
.icon-box.mdh-contact .icon-inner {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: var(--green-100);
  color: var(--green-700);
}
.icon-box.mdh-contact .icon-inner svg {
  width: 23px;
  height: 23px;
}
.icon-box.mdh-contact .icon-box-text h3 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--gold-600);
  font-weight: 700;
  margin-bottom: 4px;
}
.icon-box.mdh-contact .icon-box-text p, .icon-box.mdh-contact .icon-box-text a {
  font-size: 15.5px;
  color: var(--green-900);
  line-height: 1.5;
  margin: 0;
}
.icon-box.mdh-contact .icon-box-text a:hover {
  color: var(--green-700);
}

.icon-box.mdh-std {
  text-align: center;
}
.icon-box.mdh-std .icon-box-img {
  width: 60px !important;
  margin: 0 auto 14px;
}
.icon-box.mdh-std .icon-inner {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(230, 208, 138, 0.16);
  color: var(--gold-300);
  margin: 0 auto;
}
.icon-box.mdh-std .icon-inner svg {
  width: 28px;
  height: 28px;
}
.icon-box.mdh-std .icon-box-text h3 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 6px;
}
.icon-box.mdh-std .icon-box-text p {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.55;
  margin: 0;
}

.icon-box.mdh-spec {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid rgba(20, 51, 30, 0.09);
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 16px 34px -26px rgba(20, 51, 30, 0.4);
  margin-bottom: clamp(12px, 1.4vw, 18px);
}
.icon-box.mdh-spec .icon-box-img {
  width: 46px !important;
  margin: 0;
}
.icon-box.mdh-spec .icon-inner {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--gold-500), var(--gold-600));
  color: #fff;
  box-shadow: 0 10px 20px -10px rgba(184, 144, 47, 0.6);
}
.icon-box.mdh-spec .icon-inner svg {
  width: 23px;
  height: 23px;
}
.icon-box.mdh-spec .icon-box-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.icon-box.mdh-spec .si-k {
  font-size: 12px;
  color: var(--gold-600);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.icon-box.mdh-spec .si-v {
  font-size: 16px;
  color: var(--green-900);
  font-weight: 600;
  line-height: 1.38;
}

.icon-box.mdh-sustain {
  border-radius: 16px;
  padding: 32px 28px;
  height: 100%;
}
.icon-box.mdh-sustain .icon-box-img {
  width: 50px !important;
  margin: 0 0 12px;
}
.icon-box.mdh-sustain .icon-inner {
  width: 50px;
  height: 50px;
}
.icon-box.mdh-sustain .icon-inner svg {
  width: 50px;
  height: 50px;
}
.icon-box.mdh-sustain .icon-box-text h3 {
  font-size: 19px;
  margin-bottom: 12px;
}
.icon-box.mdh-sustain .icon-box-text p {
  font-size: 14.5px;
  line-height: 1.6;
  margin: 0;
}

.home-sustain .col:nth-of-type(1) .icon-box.mdh-sustain {
  background: #dce25a;
}
.home-sustain .col:nth-of-type(1) .icon-box.mdh-sustain h3, .home-sustain .col:nth-of-type(1) .icon-box.mdh-sustain p {
  color: var(--green-900);
}
.home-sustain .col:nth-of-type(1) .icon-box.mdh-sustain .icon-inner {
  color: var(--green-700);
}
.home-sustain .col:nth-of-type(2) .icon-box.mdh-sustain {
  background: var(--green-700);
}
.home-sustain .col:nth-of-type(2) .icon-box.mdh-sustain h3 {
  color: #dce25a;
}
.home-sustain .col:nth-of-type(2) .icon-box.mdh-sustain p {
  color: #fff;
}
.home-sustain .col:nth-of-type(2) .icon-box.mdh-sustain .icon-inner {
  color: #dce25a;
}
.home-sustain .col:nth-of-type(3) .icon-box.mdh-sustain {
  background: #90c52d;
}
.home-sustain .col:nth-of-type(3) .icon-box.mdh-sustain h3, .home-sustain .col:nth-of-type(3) .icon-box.mdh-sustain p {
  color: #fff;
}
.home-sustain .col:nth-of-type(3) .icon-box.mdh-sustain .icon-inner {
  color: #fff;
}

.icon-box.mdh-vm {
  background: var(--green-700);
  border: 1px solid var(--gold-300);
  border-radius: 18px;
  padding: 40px 30px;
  height: 100%;
}
.icon-box.mdh-vm .icon-box-img {
  width: 40px !important;
  margin: 0 0 18px;
}
.icon-box.mdh-vm .icon-inner {
  width: 40px;
  height: 40px;
  color: var(--gold-300);
}
.icon-box.mdh-vm .icon-inner svg {
  width: 40px;
  height: 40px;
}
.icon-box.mdh-vm .icon-box-text h3 {
  color: #fff;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.2;
}
.icon-box.mdh-vm .icon-box-text p {
  color: rgba(255, 255, 255, 0.78);
  margin-top: 14px;
  font-size: 17px;
  line-height: 1.65;
  margin-bottom: 0;
}

.home-sustain .col-inner:has(> .icon-box.mdh-sustain),
.sub-vision .col-inner:has(> .icon-box.mdh-vm) {
  display: flex;
}

.home-sustain .col-inner:has(> .icon-box.mdh-sustain) > .icon-box,
.sub-vision .col-inner:has(> .icon-box.mdh-vm) > .icon-box {
  width: 100%;
}

.sub-features .feat-num {
  width: 60px;
  height: 60px;
  border-radius: 999px;
  background: var(--green-700);
  color: var(--gold-300);
  font-weight: 700;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  box-shadow: 0 14px 26px -16px rgba(20, 51, 30, 0.55);
}
.sub-features .feat-card {
  background: #fff;
  border: 1px solid var(--green-100);
  border-radius: 16px;
  padding: 32px 28px;
}
.sub-features .feat-card .feat-ico {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: var(--green-100);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green-700);
  margin-bottom: 16px;
}
.sub-features .feat-card h3 {
  font-size: 19px;
}
.sub-features .feat-card p {
  margin-top: 12px;
  color: var(--muted-color);
  font-size: 14.5px;
  line-height: 1.6;
}
.sub-features .std-callout {
  margin-top: clamp(30px, 4vw, 44px);
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
  background: var(--green-700);
  color: #fff;
  border-radius: 18px;
  padding: clamp(24px, 3vw, 34px) clamp(26px, 3.5vw, 40px);
}
.sub-features .std-callout .sc-badges {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.sub-features .std-callout .sc-badge {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(230, 208, 138, 0.55);
  color: var(--gold-300);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.04em;
  padding: 10px 18px;
  border-radius: 999px;
}
.sub-features .std-callout p {
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  line-height: 1.6;
  flex: 1 1 320px;
  margin: 0;
}
.sub-features .enviro-feature {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(32px, 4.5vw, 64px);
  align-items: center;
}
.sub-features .enviro-media {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 34px 64px -34px rgba(20, 51, 30, 0.55);
  aspect-ratio: 4/5;
}
.sub-features .enviro-media > .img, .sub-features .enviro-media .img-inner {
  height: 100%;
}
.sub-features .enviro-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sub-features .enviro-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 22px 0;
  border-bottom: 1px solid rgba(20, 51, 30, 0.12);
}
.sub-features .enviro-item:first-child {
  padding-top: 0;
}
.sub-features .enviro-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.sub-features .enviro-item .enviro-ico {
  flex: none;
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: var(--green-100);
  color: var(--green-700);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub-features .enviro-item .enviro-ico svg {
  width: 25px;
  height: 25px;
}
.sub-features .enviro-item h3 {
  font-size: 18.5px;
  color: var(--green-900);
  margin-bottom: 6px;
}
.sub-features .enviro-item p {
  font-size: 15px;
  color: var(--muted-color);
  line-height: 1.6;
}
.sub-features .esg-callout {
  margin-top: 30px;
  background: linear-gradient(135deg, var(--green-700), var(--green-900));
  border: 1px solid rgba(230, 208, 138, 0.3);
  border-radius: 20px;
  padding: clamp(28px, 4vw, 44px);
  color: #fff;
}
.sub-features .esg-callout .eyebrow {
  color: var(--gold-300);
}
.sub-features .esg-callout h3 {
  color: #fff;
  font-size: clamp(20px, 2.4vw, 26px);
  margin: 10px 0 16px;
}
.sub-features .esg-groups {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 3.5vw, 44px);
  margin-top: 4px;
}
.sub-features .esg-group-label {
  display: block;
  text-align: center;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--gold-300);
  text-transform: uppercase;
  letter-spacing: 0.09em;
  margin-bottom: 12px;
}
.sub-features .esg-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.sub-features .esg-list li {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(230, 208, 138, 0.32);
  border-radius: 999px;
  padding: 9px 18px;
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.92);
  margin-left: 0;
}

.sub-capacity .cap-panel {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  padding: 34px;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 16px;
  background: linear-gradient(180deg, rgba(30, 77, 43, 0.1) 0%, rgba(30, 77, 43, 0.72) 41%, #1e4d2b 100%), url("/wp-content/uploads/2026/07/wbc-mdh-a2b241464ca425b8.jpg") center/cover;
}
.sub-capacity .cap-panel .cap-stat {
  color: #dce25a;
  line-height: 1;
}
.sub-capacity .cap-panel .cap-stat .cap-pre {
  display: block;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 2px;
}
.sub-capacity .cap-panel .cap-stat b {
  font-size: clamp(52px, 6.6vw, 76px);
  font-weight: 700;
}
.sub-capacity .cap-panel .cap-stat span {
  font-size: 28px;
  font-weight: 500;
  margin-left: 6px;
}
.sub-capacity .cap-panel > p {
  color: #fff;
  font-size: 15px;
  line-height: 1.7;
  max-width: 480px;
  margin: 0;
}
.sub-capacity .cap-item {
  border-bottom: 1px solid var(--green-100);
  padding-bottom: 18px;
  padding-top: 18px;
}
.sub-capacity .cap-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.sub-capacity .cap-item h3 {
  font-size: 20px;
  color: var(--green-900);
}
.sub-capacity .cap-item p {
  color: var(--muted-color);
  margin-top: 6px;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 0;
}

.sub-timeline h2 {
  text-transform: capitalize;
}
.sub-timeline .vc-no {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  border: 1.5px solid var(--gold-300);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-500);
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 16px;
}
.sub-timeline h3 {
  color: #fff;
  font-size: 19px;
}
.sub-timeline p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14.5px;
  line-height: 1.6;
  margin-top: 8px;
}
.sub-timeline .about-arc {
  position: relative;
  height: 360px;
  max-width: 1040px;
  margin: 24px auto 0;
}
.sub-timeline .about-arc .arc-center {
  position: absolute;
  left: 50%;
  bottom: -52px;
  transform: translateX(-50%);
  width: clamp(160px, 17vw, 210px);
  z-index: 1;
  filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.45));
}
.sub-timeline .about-arc .arc-center img {
  width: 100%;
  height: auto;
  display: block;
}
.sub-timeline .about-arc .arc-step {
  position: absolute;
  width: 150px;
  transform: translateX(-50%);
  text-align: center;
  z-index: 2;
}
.sub-timeline .about-arc .arc-step:nth-child(1) {
  left: 19%;
  bottom: 92px;
}
.sub-timeline .about-arc .arc-step:nth-child(2) {
  left: 34.5%;
  bottom: 176px;
}
.sub-timeline .about-arc .arc-step:nth-child(3) {
  left: 50%;
  bottom: 214px;
}
.sub-timeline .about-arc .arc-step:nth-child(4) {
  left: 65.5%;
  bottom: 176px;
}
.sub-timeline .about-arc .arc-step:nth-child(5) {
  left: 81%;
  bottom: 92px;
}
.sub-timeline .about-arc .as-no2 {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: transparent;
  border: 1.5px solid var(--gold-300);
  color: var(--gold-500);
  font-weight: 700;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  position: relative;
  transition: background 0.25s, color 0.25s;
}
.sub-timeline .about-arc .as-no2::before {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: 50%;
  border: 1.5px dashed rgba(230, 208, 138, 0.4);
}
.sub-timeline .about-arc .arc-step h3 {
  color: #fff;
  font-size: 15.5px;
  line-height: 1.3;
}
.sub-timeline .about-arc .arc-step p {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%) translateY(6px);
  width: 210px;
  margin-top: 12px;
  background: rgba(8, 26, 15, 0.96);
  border: 1px solid rgba(230, 208, 138, 0.35);
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, transform 0.25s, visibility 0.25s;
}
@media (hover: hover) {
  .sub-timeline .about-arc .arc-step:hover {
    z-index: 7;
  }
  .sub-timeline .about-arc .arc-step:hover .as-no2 {
    background: var(--gold-500);
    color: #fff;
  }
  .sub-timeline .about-arc .arc-step:hover p {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
  }
}
.sub-timeline .arc-hint {
  display: block;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  margin-top: clamp(50px, 5vw, 68px);
}

.sub-product-detail .prod-title {
  font-size: clamp(30px, 3vw, 40px);
  color: var(--green-900);
  text-transform: capitalize;
  line-height: 1.2;
}
.sub-product-detail .prod-sub {
  font-size: 24px;
  color: var(--muted-color);
  font-weight: 500;
  margin-top: 2px;
}
.sub-product-detail .prod-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 24px;
  margin: 22px 0 26px;
}
.sub-product-detail .prod-stats > div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.sub-product-detail .stat-num {
  font-size: 28px;
  font-weight: 700;
  color: var(--gold-600);
  line-height: 1;
}
.sub-product-detail .stat-unit {
  font-size: 12.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--gold-600);
  margin-top: 4px;
}
.sub-product-detail .stat-label {
  font-size: 13px;
  color: var(--muted-color);
  margin-top: 3px;
}
.sub-product-detail .region-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: clamp(40px, 5vw, 60px);
}
.sub-product-detail .region-card {
  border-radius: 18px;
  padding: 30px 30px 28px;
}
.sub-product-detail .region-card .rc-num {
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 700;
  line-height: 1;
}
.sub-product-detail .region-card .rc-num span {
  font-size: 0.42em;
  font-weight: 600;
}
.sub-product-detail .region-card h3 {
  font-size: 19px;
  margin: 10px 0 8px;
}
.sub-product-detail .region-card p {
  font-size: 14.5px;
}
.sub-product-detail .region-card:nth-child(1) {
  background: #dce25a;
}
.sub-product-detail .region-card:nth-child(1) .rc-num, .sub-product-detail .region-card:nth-child(1) h3 {
  color: var(--green-900);
}
.sub-product-detail .region-card:nth-child(1) .rc-num span {
  color: var(--green-700);
}
.sub-product-detail .region-card:nth-child(1) p {
  color: var(--green-900);
}
.sub-product-detail .region-card:nth-child(2) {
  background: #90c52d;
}
.sub-product-detail .region-card:nth-child(2) .rc-num, .sub-product-detail .region-card:nth-child(2) h3 {
  color: #fff;
}
.sub-product-detail .region-card:nth-child(2) .rc-num span {
  color: rgba(255, 255, 255, 0.85);
}
.sub-product-detail .region-card:nth-child(2) p {
  color: rgba(255, 255, 255, 0.92);
}
.sub-product-detail .spec-col {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.4vw, 18px);
}
.sub-product-detail .spec-center {
  text-align: center;
}
.sub-product-detail .spec-center img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 34px 40px rgba(20, 51, 30, 0.3));
}
.sub-product-detail .si {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid rgba(20, 51, 30, 0.09);
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 16px 34px -26px rgba(20, 51, 30, 0.4);
}
.sub-product-detail .si .si-ico {
  flex: none;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--gold-500), var(--gold-600));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 20px -10px rgba(184, 144, 47, 0.6);
}
.sub-product-detail .si .si-ico svg {
  width: 23px;
  height: 23px;
}
.sub-product-detail .si .si-txt {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.sub-product-detail .si .si-k {
  font-size: 12px;
  color: var(--gold-600);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.sub-product-detail .si .si-v {
  font-size: 16px;
  color: var(--green-900);
  font-weight: 600;
  line-height: 1.38;
}
.sub-product-detail .pack-weights {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 4px 0 14px;
}
.sub-product-detail .pack-weights .pw {
  line-height: 1;
  background: #90c52d;
  border-radius: 12px;
  padding: 13px 20px;
}
.sub-product-detail .pack-weights .pw b {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: var(--green-900);
  line-height: 1;
}
.sub-product-detail .pack-weights .pw > span {
  font-size: 12.5px;
  color: var(--green-900);
  font-weight: 600;
}
.sub-product-detail .pack-list {
  display: grid;
  gap: 12px;
  margin-bottom: 26px;
  list-style: none;
  padding: 0;
}
.sub-product-detail .pack-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 15px;
  color: var(--text-color);
}
.sub-product-detail .pack-list li svg {
  flex: none;
  width: 22px;
  height: 22px;
  color: var(--green-500);
  margin-top: 2px;
}
.sub-product-detail .cold-chain {
  display: flex;
  align-items: stretch;
  gap: 0;
  flex-wrap: nowrap;
  margin-top: 4px;
}
.sub-product-detail .cold-chain .cc-step {
  flex: 1 1 0;
  min-width: 0;
  background: var(--green-900);
  color: #fff;
  padding: 18px 16px;
  text-align: center;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}
.sub-product-detail .cold-chain .cc-step:first-child {
  border-radius: 12px 0 0 12px;
}
.sub-product-detail .cold-chain .cc-step:last-child {
  border-radius: 0 12px 12px 0;
  border-right: 0;
}
.sub-product-detail .cold-chain .cc-step:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -11px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  color: var(--gold-300);
  font-weight: 700;
  font-size: 15px;
}
.sub-product-detail .cold-chain .cc-step .cc-ico svg {
  width: 26px;
  height: 26px;
  color: var(--gold-300);
  margin-bottom: 8px;
}
.sub-product-detail .cold-chain .cc-step span {
  display: block;
  font-size: 13.5px;
  font-weight: 600;
}
.sub-product-detail .pack-photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 14px;
  height: clamp(380px, 42vw, 540px);
}
.sub-product-detail .pack-photos .pp {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 22px 46px -30px rgba(20, 51, 30, 0.5);
  height: 100%;
}
.sub-product-detail .pack-photos .pp > .img, .sub-product-detail .pack-photos .pp .img-inner {
  height: 100%;
}
.sub-product-detail .pack-photos .pp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sub-product-detail .pack-photos .pp-tall {
  grid-row: span 2;
}
.sub-product-detail .pack-photos .pp-wide {
  aspect-ratio: auto;
}
.sub-product-detail .cap-big {
  position: relative;
  text-align: center;
  padding: 30px 18px 26px;
  border: 1px solid rgba(230, 208, 138, 0.5);
  border-radius: 16px;
  overflow: hidden;
  background: rgba(9, 24, 15, 0.66);
  backdrop-filter: blur(12px) saturate(120%);
  -webkit-backdrop-filter: blur(12px) saturate(120%);
  box-shadow: 0 24px 50px -26px rgba(0, 0, 0, 0.75), inset 0 1px 0 rgba(255, 255, 255, 0.07);
}
.sub-product-detail .cap-big::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 66px;
  height: 4px;
  border-radius: 0 0 6px 6px;
  background: linear-gradient(90deg, var(--gold-500), var(--gold-300));
  box-shadow: 0 0 18px 1px rgba(230, 208, 138, 0.65);
}
.sub-product-detail .cap-big .cb-num {
  font-size: clamp(30px, 4vw, 50px);
  font-weight: 700;
  color: var(--gold-300);
  line-height: 1;
}
.sub-product-detail .cap-big .cb-u {
  font-size: 0.42em;
  color: #fff;
  font-weight: 600;
}
.sub-product-detail .cap-big .cb-lbl {
  display: block;
  color: #fff;
  font-size: 14.5px;
  margin-top: 10px;
  font-weight: 500;
}
.sub-product-detail .cap-big .cb-sub {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12.5px;
  margin-top: 4px;
}
.sub-product-detail .cap-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: transparent;
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid var(--gold-500);
  box-shadow: 0 36px 68px -22px rgba(6, 20, 10, 0.8), 0 8px 22px -12px rgba(6, 20, 10, 0.5);
}
.sub-product-detail .cap-table tr:nth-child(odd) {
  background: rgba(6, 52, 13, 0.9);
}
.sub-product-detail .cap-table tr:nth-child(even) {
  background: rgba(62, 124, 63, 0.5);
}
.sub-product-detail .cap-table th {
  text-align: left;
  padding: 16px 24px;
  font-size: 14px;
  font-weight: 700;
  color: var(--gold-300);
  width: 38%;
  vertical-align: top;
}
.sub-product-detail .cap-table td {
  padding: 16px 24px;
  font-size: 14.5px;
  color: #fff;
  line-height: 1.5;
}

.journey-slide {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  padding: 0 40px;
}
.journey-slide .img {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 26px 52px -30px rgba(0, 0, 0, 0.6);
}
.journey-slide .chain-no {
  display: inline-block;
  margin-top: 18px;
  font-size: 14px;
  font-weight: 700;
  color: var(--gold-300);
  letter-spacing: 0.08em;
}
.journey-slide h3 {
  color: #fff;
  font-size: 21px;
  margin: 6px 0 8px;
}
.journey-slide p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 15px;
  max-width: 560px;
  margin: 0 auto;
}

.sub-contact .col-inner:has(.wpcf7) {
  background: #fff;
  border: 1px solid var(--green-100);
  border-radius: 20px;
  padding: clamp(26px, 3vw, 38px);
  box-shadow: 0 30px 60px -38px rgba(20, 51, 30, 0.45);
}
.sub-contact .cf-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 18px;
}
.sub-contact .cf-full {
  grid-column: 1/-1;
}
.sub-contact .form-note {
  text-align: center;
  font-size: 13px;
  color: var(--muted-color);
  margin: 12px 0 0;
}
.sub-contact .ci-item {
  display: flex;
  gap: 16px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--green-100);
  border-radius: 14px;
  padding: 16px 22px;
  box-shadow: 0 18px 40px -32px rgba(20, 51, 30, 0.35);
}
.sub-contact .ci-item .ci-ico {
  flex: none;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: var(--green-100);
  color: var(--green-700);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub-contact .ci-item .ci-ico svg {
  width: 23px;
  height: 23px;
}
.sub-contact .ci-item h3 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--gold-600);
  font-weight: 700;
  margin-bottom: 4px;
}
.sub-contact .ci-item p, .sub-contact .ci-item a {
  font-size: 15.5px;
  color: var(--green-900);
  line-height: 1.5;
}
.sub-contact .ci-item a:hover {
  color: var(--green-700);
}
.sub-contact .map-embed {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--green-100);
  box-shadow: 0 28px 56px -34px rgba(20, 51, 30, 0.4);
}
.sub-contact .map-embed iframe {
  width: 100%;
  height: clamp(340px, 42vw, 460px);
  border: 0;
  filter: saturate(1.05);
}

.sub-market .mkt-card {
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  padding: 30px 30px 28px;
  background: #fff;
  border: 1px solid var(--green-100);
  box-shadow: 0 22px 46px -34px rgba(20, 51, 30, 0.4);
  transition: transform 0.25s, box-shadow 0.25s;
}
.sub-market .mkt-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 54px -30px rgba(20, 51, 30, 0.5);
}
.sub-market .mkt-card .mkt-flag {
  font-size: 34px;
  line-height: 1;
}
.sub-market .mkt-card h3 {
  font-size: 22px;
  color: var(--green-900);
  margin: 14px 0 4px;
}
.sub-market .mkt-card .mkt-region {
  font-size: 12.5px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--gold-600);
  font-weight: 700;
}
.sub-market .mkt-card p {
  margin-top: 12px;
  color: var(--muted-color);
  font-size: 14.5px;
  line-height: 1.65;
}
.sub-market .mkt-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 16px;
}
.sub-market .mkt-tags span {
  background: var(--green-100);
  color: var(--green-700);
  border-radius: 999px;
  padding: 6px 13px;
  font-size: 12.5px;
  font-weight: 500;
}
.sub-market .std-item {
  text-align: center;
}
.sub-market .std-item .std-ico {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(230, 208, 138, 0.16);
  color: var(--gold-300);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
}
.sub-market .std-item .std-ico svg {
  width: 28px;
  height: 28px;
}
.sub-market .std-item h3 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 6px;
}
.sub-market .std-item p {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.55;
}

.single-post .page-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.mdh-single .sub-article-hero {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: clamp(130px, 17vh, 168px) 0 clamp(56px, 8vw, 80px) !important;
}
.mdh-single .sub-article-hero:not(.has-bg) {
  background-color: var(--green-900);
}
.mdh-single .sub-article-hero .section-bg-overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(11, 30, 18, 0.78) 0%, rgba(11, 30, 18, 0.62) 55%, rgba(11, 30, 18, 0.82) 100%);
}
.mdh-single .sub-article-hero .section-content {
  position: relative;
  z-index: 1;
}
.mdh-single .sub-article-hero h1 {
  color: #fff;
  font-size: clamp(28px, 3.6vw, 44px);
  line-height: 1.24;
  margin: 0;
}
.mdh-single .sub-article-hero .a-meta {
  justify-content: center;
}
.mdh-single .related-grid-row {
  margin-top: 6px;
}

.sub-article .a-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 16px;
}
.sub-article .a-cat {
  background: rgba(230, 208, 138, 0.16);
  color: var(--gold-300);
  border-radius: 999px;
  padding: 5px 14px;
  font-weight: 600;
}
.sub-article .article-body {
  font-size: 16.5px;
  line-height: 1.8;
  color: var(--text-color);
}
.sub-article .article-body > p {
  margin: 0 0 20px;
}
.sub-article .article-body h2 {
  font-size: clamp(21px, 2.4vw, 27px);
  color: var(--green-900);
  line-height: 1.3;
  margin: 40px 0 14px;
}
.sub-article .article-body h3 {
  font-size: clamp(18px, 2vw, 21px);
  color: var(--green-900);
  margin: 30px 0 10px;
}
.sub-article .article-body ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}
.sub-article .article-body ul li {
  position: relative;
  padding-left: 26px;
}
.sub-article .article-body ul li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 9px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gold-500);
}
.sub-article .article-body .a-lead {
  font-size: 18.5px;
  line-height: 1.75;
  color: var(--green-900);
  font-weight: 500;
}
.sub-article .article-figure {
  margin: 30px 0 34px;
}
.sub-article .article-figure img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
  aspect-ratio: 16/9;
  object-fit: cover;
  box-shadow: 0 22px 46px -32px rgba(20, 51, 30, 0.42);
}
.sub-article .article-figure figcaption {
  margin-top: 11px;
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--muted-color);
  text-align: center;
  font-style: italic;
}
.sub-article .article-links {
  margin-top: 40px;
  padding: 26px 28px;
  background: var(--ivory);
  border: 1px solid var(--green-100);
  border-radius: 16px;
}
.sub-article .article-links h3 {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--gold-600);
  margin-bottom: 10px;
}
.sub-article .article-links a {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--green-900);
  font-weight: 500;
  padding: 4px 0;
  line-height: 1.4;
  font-size: 15px;
}
.sub-article .article-links a svg {
  width: 18px;
  height: 18px;
  color: var(--green-500);
  flex: none;
}
.sub-article .article-links a:hover {
  color: var(--green-700);
}

.news-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--green-100);
  border-radius: 18px;
  overflow: hidden;
  transition: transform 0.25s, box-shadow 0.25s;
}
.news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 56px -30px rgba(20, 51, 30, 0.5);
}
.news-card:hover .nc-thumb img {
  transform: scale(1.05);
}
.news-card:hover .nc-more {
  color: var(--gold-600);
}
.news-card .nc-thumb {
  aspect-ratio: 16/10;
  overflow: hidden;
  background: var(--green-100);
  display: block;
}
.news-card .nc-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s;
}
.news-card .nc-body {
  padding: 24px 24px 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.news-card .nc-meta {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 12.5px;
  color: var(--muted-color);
  margin-bottom: 12px;
}
.news-card .nc-cat {
  background: var(--green-100);
  color: var(--green-700);
  border-radius: 999px;
  padding: 4px 11px;
  font-weight: 600;
}
.news-card h3 {
  font-size: 18px;
  color: var(--green-900);
  line-height: 1.35;
  margin-bottom: 10px;
}
.news-card .nc-more {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--green-700);
  font-weight: 600;
  font-size: 14.5px;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: clamp(30px, 4vw, 40px);
}

.post-item .box-image {
  border-radius: 16px;
}
.post-item .post-title a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  color: var(--green-900);
}
.post-item .post-title a:hover {
  color: var(--green-700);
}
.post-item .post-meta {
  color: var(--muted-color);
  font-size: 13.5px;
  opacity: 1;
}
.post-item .post-excerpt {
  color: var(--muted-color);
  font-size: 14.5px;
}
.post-item .box-blog-post {
  background: #fff;
  border: 1px solid rgba(20, 51, 30, 0.07);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 24px 50px -34px rgba(20, 51, 30, 0.5);
}
.post-item .box-text-inner.blog-post-inner {
  display: flex;
  flex-direction: column;
}
.post-item .box-text-inner.blog-post-inner .cat-label {
  order: 1;
  align-self: flex-start;
  background: var(--green-100);
  color: var(--green-700);
  border-radius: 999px;
  padding: 4px 12px;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: normal;
  text-transform: none;
  opacity: 1;
  margin: 0 0 10px;
}
.post-item .box-text-inner.blog-post-inner .post-meta {
  order: 2;
  font-size: 12.5px;
  margin-bottom: 10px;
}
.post-item .box-text-inner.blog-post-inner .post-title {
  order: 3;
  font-size: 19px;
  margin-bottom: 10px;
}
.post-item .box-text-inner.blog-post-inner .from_the_blog_excerpt {
  order: 5;
  color: var(--muted-color);
  font-size: 14.5px;
  line-height: 1.6;
}
.post-item .box-text-inner.blog-post-inner .button {
  order: 6;
  align-self: flex-start;
  background: none !important;
  color: var(--green-700);
  padding: 0;
  margin-top: 14px;
}
.post-item .box-text-inner.blog-post-inner .button:hover {
  color: var(--gold-600);
  background: none !important;
}

.nav-pagination li a, .nav-pagination li span {
  border-radius: 8px;
  height: 32px;
  width: 32px;
  line-height: 32px;
  font-weight: 600;
  font-size: 14px;
}
.nav-pagination li a {
  background-color: transparent !important;
  border: 1px solid #d9d9d9;
}
.nav-pagination li.active a,
.nav-pagination li:hover a {
  background-color: var(--primary-color) !important;
  color: #fff !important;
  border-color: var(--primary-color) !important;
}

.post-sidebar .is-divider {
  display: none;
}
.post-sidebar .widget-title {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--green-900);
}
.post-sidebar ul li a {
  display: block;
  padding: 6px 0;
  font-size: 15px;
  color: var(--text-color);
}
.post-sidebar ul li a:hover {
  color: var(--primary-color);
}

.footer-mdh {
  position: relative;
  overflow: hidden;
  background-color: var(--green-900);
  color: rgba(255, 255, 255, 0.75);
}
.footer-mdh .widget-title, .footer-mdh h4 {
  color: #fff;
  font-size: 15px;
  margin: 0 0 14px;
}
.footer-mdh a {
  color: rgba(255, 255, 255, 0.75);
  transition: color 0.2s;
}
.footer-mdh a:hover {
  color: var(--gold-300);
}
.footer-mdh ul li a {
  display: block;
  font-size: 14.5px;
  margin-bottom: 10px;
}
.footer-mdh .footer-logo {
  height: 100px;
  width: auto;
  display: block;
  margin-bottom: 18px;
}
.footer-mdh .footer-brand-name {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.02em;
  margin: 0 0 16px;
}
.footer-mdh .footer-line {
  margin: 0 0 10px;
  line-height: 1.6;
}
.footer-mdh .footer-line strong {
  color: #fff;
}
.footer-mdh .footer-line--addr {
  max-width: 440px;
  display: flex;
  gap: 0.3em;
}
.footer-mdh .footer-line--addr strong {
  flex: 0 0 auto;
}
.footer-mdh > .section-content .col p {
  margin: 0 0 10px;
}
.footer-mdh > .section-content .col p a {
  font-size: 14.5px;
}
.footer-mdh .footer-social {
  display: flex;
  gap: 12px;
}
.footer-mdh .footer-social a {
  display: inline-flex;
  width: 32px;
  height: 32px;
  transition: transform 0.2s;
}
.footer-mdh .footer-social a svg {
  width: 32px;
  height: 32px;
}
.footer-mdh .footer-social a:hover {
  transform: translateY(-2px);
}

.absolute-footer {
  background-color: var(--green-900);
  color: rgba(255, 255, 255, 0.45);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.absolute-footer a {
  color: rgba(255, 255, 255, 0.7);
}
.absolute-footer a:hover {
  color: var(--gold-300);
}

.back-to-top {
  border: none !important;
  height: 47px;
  width: 47px;
  background: var(--secondary-color) !important;
  box-shadow: 0 4px 12px rgba(20, 51, 30, 0.25);
  color: var(--green-900) !important;
  font-size: 19px;
  line-height: 47px !important;
}

.white-popup-block {
  background: #fff;
  text-align: left;
  max-width: 550px;
  margin: 40px auto;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  padding: 25px 30px;
}
.white-popup-block .mfp-close {
  color: var(--text-color) !important;
  opacity: 1;
}

.modal-header {
  border-bottom: 1px solid rgba(20, 51, 30, 0.12);
  padding: 0 0 16px;
  margin-bottom: 16px;
}
.modal-header h3 {
  text-align: left;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  color: var(--green-900);
}

.modal-body {
  padding: 0;
}

.wpcf7 label {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--green-900);
  display: block;
  margin-bottom: 7px;
}
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 input[type=text],
.wpcf7 input[type=number],
.wpcf7 textarea,
.wpcf7 select {
  border: 1px solid rgba(20, 51, 30, 0.18);
  box-shadow: none;
  border-radius: 10px;
  background-color: var(--ivory);
  min-height: 52px;
  padding: 12px 14px;
  font-family: inherit;
  font-size: 15px;
  color: var(--text-color);
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}
.wpcf7 input[type=email]:focus,
.wpcf7 input[type=tel]:focus,
.wpcf7 input[type=text]:focus,
.wpcf7 input[type=number]:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
  outline: none;
  border-color: var(--green-500);
  box-shadow: 0 0 0 3px rgba(46, 109, 58, 0.12);
  background: #fff;
}
.wpcf7 textarea {
  min-height: 110px;
  resize: vertical;
}
.wpcf7 .wpcf7-spinner {
  display: none;
}
.wpcf7 .wpcf7-submit {
  border-radius: 999px;
  width: 100%;
  justify-content: center;
  margin-top: 4px;
  background-color: var(--gold-600);
  color: #fff;
  text-transform: none;
}
.wpcf7 .wpcf7-submit:hover {
  background-color: var(--gold-500);
  color: #fff;
}
.wpcf7 .wpcf7-submit::after {
  content: " →";
}
.wpcf7 .wpcf7-not-valid-tip {
  color: var(--red-color);
  font-size: 12.5px;
  margin-top: 4px;
}
.wpcf7 .wpcf7-response-output {
  border-radius: 10px;
  font-size: 13.5px;
}

.quote-mark {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 90px;
  line-height: 0.5;
  color: #d4b25c;
  margin-bottom: 4px;
}

.home-tech .section-bg-overlay {
  background: linear-gradient(180deg, rgb(13, 38, 23) 0%, rgba(13, 38, 23, 0.94) 20%, rgba(31, 59, 41, 0.62) 42%, rgba(45, 75, 55, 0.18) 60%, rgba(255, 255, 255, 0.3) 84%, #fff 100%), linear-gradient(90deg, rgba(20, 51, 30, 0.8), rgba(20, 51, 30, 0.8)) !important;
  opacity: 1 !important;
}

.footer-mdh {
  position: relative;
}
.footer-mdh::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.5;
  background: url("/wp-content/uploads/2026/07/wbc-mdh-a32b1960782198a6.jpg") center/cover no-repeat;
  pointer-events: none;
}
.footer-mdh .section-content, .footer-mdh .row {
  position: relative;
  z-index: 1;
}

.absolute-footer {
  display: none;
}

.footer-mdh.section {
  padding-top: 64px !important;
  padding-bottom: 28px !important;
}

.footer-mdh .footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 24px;
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.75);
}
.footer-mdh .footer-bottom .footer-muted {
  color: rgba(255, 255, 255, 0.45);
}

.mdh-lead {
  font-size: 17px;
  line-height: 1.7;
  color: var(--muted-color);
  margin-bottom: 16px;
}

.mdh-lead--dark {
  color: var(--green-900);
  font-weight: 500;
}

.mdh-subhead {
  font-size: 18px;
  color: var(--green-900);
  font-weight: 600;
  margin: 20px 0 10px;
}

.mdh-caption {
  font-size: 14px;
  color: var(--muted-color);
  margin-top: 10px;
}

.mdh-note {
  font-size: 13px;
  color: var(--muted-color);
  text-align: center;
  margin-top: 20px;
}

.mdh-prose {
  font-size: 18px;
  line-height: 1.7;
}

.mdh-statement {
  font-size: clamp(20px, 2.4vw, 28px);
  line-height: 1.55;
  color: #fff;
}

.mdh-h2-sm {
  font-size: clamp(26px, 3.2vw, 38px);
}

.asub--flush {
  margin-left: 0;
}

.pack-weights .pw b span {
  font-size: 0.55em;
  font-weight: 600;
}

.home-export .section-bg-overlay {
  background: linear-gradient(180deg, rgba(13, 38, 23, 0.1) 0%, rgb(13, 38, 23) 100%), linear-gradient(90deg, rgba(20, 51, 30, 0.8), rgba(20, 51, 30, 0.8)) !important;
  opacity: 1 !important;
}

.sub-timeline .section-bg-overlay {
  background: linear-gradient(180deg, rgba(13, 38, 23, 0.93) 0%, rgba(20, 51, 30, 0.86) 55%, rgba(13, 38, 23, 0.93) 100%) !important;
}

.sub-human-band .section-bg-overlay {
  background: linear-gradient(90deg, rgba(10, 30, 18, 0.86) 0%, rgba(10, 30, 18, 0.5) 45%, rgba(10, 30, 18, 0.1) 100%) !important;
}

.sub-product-detail .section-bg-overlay {
  background: linear-gradient(180deg, rgba(11, 30, 18, 0.9) 0%, rgba(11, 30, 18, 0.82) 45%, rgba(11, 30, 18, 0.94) 100%) !important;
}

.sub-hero-product .overlay {
  background-color: transparent !important;
}

.home-banner .overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to top, rgba(14, 39, 22, 0.55), transparent 30%);
}

.home-news .post-item .col-inner {
  background: #fff;
  border: 1px solid rgba(20, 51, 30, 0.07);
  border-radius: 18px;
  padding: 14px;
  box-shadow: 0 24px 50px -34px rgba(20, 51, 30, 0.5);
  transition: box-shadow 0.25s;
}
.home-news .post-item .col-inner:hover {
  box-shadow: 0 30px 60px -30px rgba(20, 51, 30, 0.55);
}
.home-news .post-item .box-image, .home-news .post-item .box-image img {
  border-radius: 12px;
}
.home-news .post-item .box-text {
  text-align: left;
  padding: 16px 10px 6px;
}
.home-news .post-item .post-date, .home-news .post-item .post-meta {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--muted-color);
}
.home-news .post-item .post-date::before, .home-news .post-item .post-meta::before {
  content: "";
  width: 15px;
  height: 15px;
  flex: none;
  background-color: var(--gold-600);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='16' rx='2'/%3E%3Cpath d='M16 3v4M8 3v4M3 10h18'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='16' rx='2'/%3E%3Cpath d='M16 3v4M8 3v4M3 10h18'/%3E%3C/svg%3E") center/contain no-repeat;
}
.home-news .more-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--green-500) !important;
  font-weight: 600;
  font-size: 14.5px;
}
.home-news .more-link::after {
  content: "→";
  transition: transform 0.2s;
}
.home-news .more-link:hover::after {
  transform: translateX(4px);
}
.home-news .post-item .box-text-inner .button::after {
  content: "→";
  margin-left: 6px;
  display: inline-block;
  transition: transform 0.2s;
}
.home-news .post-item .box-text-inner .button:hover::after {
  transform: translateX(4px);
}

.home-news .post-item .box-blog-post {
  border: 0 !important;
  border-radius: 16px;
  box-shadow: none;
}

.footer-mdh .row.align-bottom,
.footer-mdh .row {
  align-items: flex-start !important;
}

.home-export {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

@media (max-width: 549px) {
  .home-export {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
@media (min-width: 550px) {
  .footer-mdh .row > .col:not(:first-child) > .col-inner {
    padding-top: 118px;
  }
}
.sub-contact .col:nth-child(1) .img-inner {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 22px 46px -32px rgba(20, 51, 30, 0.45);
}
.sub-contact .col-inner:has(.wpcf7) h2 {
  font-size: clamp(22px, 2.4vw, 28px);
  color: var(--green-900);
  margin-bottom: 6px;
  text-transform: none;
}
.sub-contact .cf-grid {
  gap: 16px;
}

.sub-features .feat-ico {
  width: 54px;
  height: 54px;
  border-radius: 15px;
  background: linear-gradient(135deg, var(--green-500), var(--green-700));
  color: #fff;
  box-shadow: 0 10px 22px -12px rgba(20, 51, 30, 0.55);
}

.sub-sustain-quote .col-inner {
  text-align: center;
}
.sub-sustain-quote .row {
  align-items: center;
}
.sub-sustain-quote .mdh-prose {
  font-size: clamp(19px, 2vw, 24px);
  line-height: 1.5;
  margin: 0;
}
.sub-sustain-quote .accent {
  font-size: inherit;
  color: #0e2716;
}
.sub-sustain-quote strong {
  font-family: "Be Vietnam Pro", Arial, sans-serif;
  font-weight: 700;
  color: var(--gold-600);
  font-size: inherit;
}

.sub-product-detail .stat-num {
  font-size: clamp(28px, 3.2vw, 40px);
}

.sub-hero-product .eyebrow {
  color: var(--gold-300);
}

.sub-features .mdh-icon-grid .icon-box-text ul {
  list-style: none;
  padding-left: 0;
}

.sub-features .mdh-icon-grid .icon-box-text ul li {
  padding-left: 28px;
  margin-bottom: 8px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233E7C3F' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4 4 10-10'/%3E%3C/svg%3E") left 2px no-repeat;
  background-size: 18px 18px;
}
.sub-features .mdh-icon-grid .icon-box-text ul li::before {
  display: none;
}

.sub-about.section, .sub-features.section, .sub-capacity.section,
.sub-timeline.section, .sub-product-detail.section, .sub-contact.section,
.sub-news-list.section, .sub-vision.section {
  padding-top: clamp(60px, 8vw, 88px) !important;
  padding-bottom: clamp(60px, 8vw, 88px) !important;
}

.footer-mdh .footer-brand-name {
  white-space: nowrap;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}

@media (max-width: 680px) {
  .footer-mdh .footer-brand-name {
    white-space: normal;
  }
}
.footer-mdh ul li a {
  white-space: nowrap;
}

.mdh-single .sub-article-hero {
  padding: clamp(130px, 15vh, 160px) 0 clamp(44px, 6vw, 64px) !important;
}
.mdh-single .sub-article-hero .section-content {
  text-align: left;
}
.mdh-single .sub-article-hero .a-meta {
  justify-content: flex-start;
}
.mdh-single .sub-article-hero h1 {
  text-align: left;
  font-size: clamp(28px, 3.6vw, 42px);
  line-height: 1.22;
}

.sub-article .article-body {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.sub-article .article-body h2 {
  text-transform: capitalize;
  font-weight: 600;
  font-family: "Be Vietnam Pro", Arial, sans-serif;
}
.sub-article .article-body h3 {
  font-weight: 600;
  font-family: "Be Vietnam Pro", Arial, sans-serif;
}

.news-card h3 {
  text-wrap: balance;
}

.news-card .nc-more {
  margin-top: 16px;
}

.sub-market .mkt-flag {
  display: none;
}

.sub-market .row:has(.mkt-card) > .col {
  padding-bottom: 30px !important;
}

.sub-market .row:has(.mkt-card) > .col > .col-inner {
  height: 100%;
}

.sub-market .mkt-card {
  height: 100%;
}

.sub-features .mdh-icon-grid .icon-box-img .icon-inner {
  border-radius: 14px;
}

.sub-statement-band .mdh-statement, .sub-vision .mdh-statement {
  font-family: "Newsreader", Georgia, serif;
  font-style: italic;
  font-size: clamp(20px, 2.4vw, 28px);
  line-height: 1.5;
  color: #fff;
}
.sub-statement-band .mdh-statement strong, .sub-vision .mdh-statement strong {
  font-family: "Be Vietnam Pro", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: var(--gold-300);
}

.sub-human-band .section-content, .sub-human-band .col-inner {
  text-align: left;
}
.sub-human-band h2 {
  max-width: 600px;
}
.sub-human-band p {
  max-width: 540px;
}

.sub-about p:has(> .eyebrow:only-child), .sub-vision p:has(> .eyebrow:only-child), .sub-features p:has(> .eyebrow:only-child), .sub-capacity p:has(> .eyebrow:only-child), .sub-timeline p:has(> .eyebrow:only-child),
.sub-human-band p:has(> .eyebrow:only-child), .sub-product-detail p:has(> .eyebrow:only-child), .sub-sustain-quote p:has(> .eyebrow:only-child),
.home-about p:has(> .eyebrow:only-child), .home-product p:has(> .eyebrow:only-child), .home-export p:has(> .eyebrow:only-child), .home-tech p:has(> .eyebrow:only-child), .home-commit p:has(> .eyebrow:only-child), .home-sustain p:has(> .eyebrow:only-child), .home-news p:has(> .eyebrow:only-child) {
  margin: 0;
  line-height: 1;
}
.sub-about .eyebrow, .sub-vision .eyebrow, .sub-features .eyebrow, .sub-capacity .eyebrow, .sub-timeline .eyebrow,
.sub-human-band .eyebrow, .sub-product-detail .eyebrow, .sub-sustain-quote .eyebrow,
.home-about .eyebrow, .home-product .eyebrow, .home-export .eyebrow, .home-tech .eyebrow, .home-commit .eyebrow, .home-sustain .eyebrow, .home-news .eyebrow {
  margin-bottom: 12px;
}

.mdh-p-about .sub-product-detail .img {
  border-radius: 16px;
  box-shadow: 0 24px 50px -28px rgba(20, 51, 30, 0.5);
}

.mdh-p-about .sub-product-detail .img-inner {
  border-radius: 16px;
  overflow: hidden;
}

.sub-about .story-card h3 {
  font-size: clamp(22px, 2.2vw, 28px);
}
.sub-about .story-card .sc-tag {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 5px 12px;
  border-radius: 999px;
  margin-bottom: 14px;
}
.sub-about .story-card .sc-list {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.sub-about .story-card .sc-list li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: start;
  font-size: 15px;
  line-height: 1.5;
}
.sub-about .story-card .sc-list li::before {
  content: "";
  width: 18px;
  height: 18px;
  margin-top: 2px;
}
.sub-about .story-card.story-card--lime .sc-tag {
  background: rgba(20, 51, 30, 0.14);
  color: var(--green-900);
}
.sub-about .story-card.story-card--lime .sc-list li::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2314331E'%3E%3Ccircle cx='12' cy='12' r='5'/%3E%3C/svg%3E") center/contain no-repeat;
}
.sub-about .story-card.story-card--green .sc-tag {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}
.sub-about .story-card.story-card--green .sc-list li {
  color: rgba(255, 255, 255, 0.92);
}
.sub-about .story-card.story-card--green .sc-list li::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4 4 10-10'/%3E%3C/svg%3E") center/contain no-repeat;
}

.sub-hero-product .p-hero-lead, .sub-hero-product .hero-lead {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.mdh-p-news .post-item .box-text.text-center,
.mdh-p-news .post-item .box-text-inner.blog-post-inner {
  text-align: left;
}

.mdh-p-news .post-item .box-blog-post {
  overflow: hidden;
}

.mdh-p-news .post-item .box-blog-post .box-image {
  border-radius: 0 !important;
  margin: 0 !important;
}

.mdh-p-news .post-item .box-blog-post .box-image img {
  border-radius: 0 !important;
}

.mdh-p-news .post-item .box-text-inner.blog-post-inner .post-title {
  font-size: 18px;
}

.mdh-p-news .post-item .post-meta {
  text-align: left !important;
}

.sub-human-band.section {
  padding-top: clamp(60px, 8vw, 88px) !important;
  padding-bottom: clamp(60px, 8vw, 88px) !important;
}

.sub-article .article-links p {
  margin: 0;
}

.sub-article .article-links a::before {
  content: "";
  flex: none;
  width: 18px;
  height: 18px;
  background-color: var(--green-500);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E") center/contain no-repeat;
}

.journey-arc-sec {
  background: var(--ivory) !important;
  position: relative;
  overflow: hidden;
}
.journey-arc-sec .section-bg, .journey-arc-sec .section-bg-overlay {
  display: none !important;
}
.journey-arc-sec .eyebrow {
  color: var(--green-500);
}
.journey-arc-sec h2 {
  color: var(--green-900);
  text-transform: capitalize;
}
.journey-arc-sec .p-sub {
  color: var(--muted-color);
  max-width: 700px;
  margin: 12px auto 0;
  font-size: clamp(15px, 1.6vw, 17px);
  line-height: 1.6;
}
.journey-arc-sec::before {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  top: 20px;
  left: -70px;
  width: clamp(280px, 31vw, 500px);
  aspect-ratio: 663/422;
  opacity: 0.8;
  transform: rotate(-6deg);
  background: url("/wp-content/plugins/wbc-custom/assets/images/wbc-mdh-leaf-1.png") no-repeat center/contain;
}
.journey-arc-sec::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  bottom: 0;
  right: -50px;
  width: clamp(310px, 34vw, 560px);
  aspect-ratio: 663/422;
  background: url("/wp-content/plugins/wbc-custom/assets/images/wbc-mdh-leaf-2.png") no-repeat center/contain;
}
.journey-arc-sec .section-content {
  position: relative;
  z-index: 1;
}

.ja-stage {
  position: relative;
  height: 440px;
  margin: clamp(16px, 2vw, 28px) auto 0;
  overflow: hidden;
}

.ja-line {
  position: absolute;
  left: 50%;
  top: 118px;
  width: 2900px;
  height: 2900px;
  margin-left: -1450px;
  border-radius: 50%;
  border: 2px dotted rgba(20, 51, 30, 0.2);
}

.ja-conn {
  position: absolute;
  left: 50%;
  top: 135px;
  width: 0;
  height: 50px;
  border-left: 2px dotted rgba(20, 51, 30, 0.32);
}

.ja-rot {
  position: absolute;
  inset: 0;
  transform-origin: 50% 1568px;
  transition: transform 0.7s cubic-bezier(0.5, 0, 0.15, 1);
}

.ja-stage .ja-node {
  position: absolute;
  left: 50%;
  top: 118px;
  transform-origin: 0 1450px;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
}

.ja-dot {
  position: absolute;
  left: -8px;
  top: -8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--gold-500);
  box-shadow: 0 6px 16px -8px rgba(20, 51, 30, 0.5);
  transition: background 0.25s, box-shadow 0.25s, width 0.25s, height 0.25s, left 0.25s, top 0.25s;
}

.ja-stage .ja-num {
  position: absolute;
  left: 50%;
  top: -58px;
  transform: translateX(-50%);
  white-space: nowrap;
  font-weight: 700;
  font-size: 34px;
  color: rgba(20, 51, 30, 0.4);
  transition: color 0.25s, font-size 0.25s, top 0.25s;
}

.ja-stage .ja-node:hover .ja-num {
  color: var(--green-700);
}

.ja-stage .ja-node:hover .ja-dot {
  background: var(--gold-300);
}

.ja-stage .ja-node.is-active .ja-num {
  color: var(--green-900);
  font-size: 46px;
  top: -66px;
}

.ja-stage .ja-node.is-active .ja-dot {
  background: var(--gold-500);
  left: -11px;
  top: -11px;
  width: 22px;
  height: 22px;
  box-shadow: 0 0 0 7px rgba(212, 178, 92, 0.2);
}

.ja-pic {
  display: none;
}

.ja-strip {
  display: none;
}

.ja-panel {
  position: relative;
  z-index: 2;
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}
.ja-panel figure {
  margin: 0 0 16px;
}
.ja-panel .ja-img {
  width: min(520px, 94%);
  aspect-ratio: 16/10;
  object-fit: cover;
  border-radius: 16px;
  margin: 0 auto;
  border: 4px solid #fff;
  box-shadow: 0 26px 52px -28px rgba(20, 51, 30, 0.5);
  display: block;
  height: auto;
}
.ja-panel .ja-cap {
  margin-top: 11px;
  font-family: "Newsreader", Georgia, serif;
  font-style: italic;
  color: var(--gold-600);
  font-size: 15px;
}
.ja-panel .ja-title {
  font-size: 22px;
  color: var(--green-900);
  margin: 8px 0;
}
.ja-panel .ja-desc {
  color: var(--muted-color);
  font-size: 15.5px;
  line-height: 1.6;
}

@media (min-width: 769px) {
  .ja-panel {
    margin-top: -276px;
  }
}
.ja-panel.ja-fade {
  animation: wbcJaFade 0.45s ease;
}

@keyframes wbcJaFade {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ja-panel.ja-fade {
    animation: none;
  }
}
@media screen and (max-width: 820px) {
  .ja-stage {
    display: none;
  }
  .journey-arc-sec::before, .journey-arc-sec::after {
    display: none;
  }
  .ja-strip {
    display: flex;
    justify-content: safe center;
    gap: 10px;
    overflow-x: auto;
    padding: 8px 16px 16px;
    margin-top: 18px;
    scrollbar-width: none;
  }
  .ja-strip::-webkit-scrollbar {
    display: none;
  }
  .ja-chip {
    flex: none;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid var(--gold-500);
    background: #fff;
    color: var(--green-700);
    font-weight: 700;
    font-size: 15px;
    padding: 0;
    font-family: inherit;
    cursor: pointer;
    transition: 0.2s;
  }
  .ja-chip.is-active {
    background: var(--gold-500);
    color: #fff;
  }
}
.ca-item {
  background: #fff;
  border: 1px solid rgba(20, 51, 30, 0.1);
  border-radius: 16px;
  margin-bottom: 14px;
  overflow: hidden;
  box-shadow: 0 18px 40px -30px rgba(20, 51, 30, 0.35);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.ca-item[open] {
  border-color: rgba(30, 77, 43, 0.28);
  box-shadow: 0 24px 48px -30px rgba(20, 51, 30, 0.45);
}
.ca-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
}
.ca-item summary::-webkit-details-marker {
  display: none;
}
.ca-item summary::marker {
  content: "";
}
.ca-item .ca-ico {
  flex: none;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: var(--green-100);
  color: var(--green-700);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ca-item .ca-ico svg {
  width: 24px;
  height: 24px;
}
.ca-item .ca-t {
  flex: 1;
  font-size: 17.5px;
  font-weight: 700;
  color: var(--green-900);
}
.ca-item .ca-chev {
  flex: none;
  color: var(--green-700);
  transition: transform 0.28s ease;
}
.ca-item .ca-chev svg {
  width: 20px;
  height: 20px;
  display: block;
}
.ca-item[open] .ca-chev {
  transform: rotate(180deg);
}
.ca-item .ca-body {
  padding: 0 24px 22px 86px;
}
.ca-item .ca-body p {
  font-size: 15px;
  color: var(--muted-color);
  line-height: 1.65;
  margin: 0;
}

@media screen and (max-width: 512px) {
  .ca-item .ca-body {
    padding-left: 24px;
  }
}
.sub-product-detail .spec-col:first-child {
  margin-right: clamp(-60px, -3vw, -28px);
}

.sub-product-detail .spec-col:last-child {
  margin-left: clamp(-60px, -3vw, -28px);
}

.tech-intro .img-inner {
  aspect-ratio: 4/3.4;
  border-radius: 22px;
  overflow: hidden;
}

.tech-intro .img-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sub-features .feat-card .feat-ico {
  border-radius: 15px;
  background: linear-gradient(135deg, var(--green-500), var(--green-700));
  color: #fff;
}

.sub-features .feat-card:has(.feat-ico) {
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}

.sub-features .feat-card:has(.feat-ico):hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 44px -26px rgba(20, 51, 30, 0.45);
  border-color: var(--green-400);
}

.mdh-p-technology .sub-features .icon-box.featured-box {
  box-shadow: 0 22px 46px -34px rgba(20, 51, 30, 0.4);
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}

.mdh-p-technology .sub-features .icon-box.featured-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 54px -30px rgba(20, 51, 30, 0.5);
  border-color: var(--green-400);
}

.tech-intro h2 {
  text-transform: capitalize;
}

.sub-product-detail .cap-table th {
  text-transform: none;
}

.back-to-top {
  display: none !important;
}

.mdh-p-news .post-item .box-text-inner.blog-post-inner {
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  row-gap: 2px;
}
.mdh-p-news .post-item .box-text-inner.blog-post-inner .cat-label {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
}
.mdh-p-news .post-item .box-text-inner.blog-post-inner .post-meta {
  grid-column: 2;
  grid-row: 1;
  margin: 0 0 0 12px;
}
.mdh-p-news .post-item .box-text-inner.blog-post-inner .post-title {
  grid-column: 1/-1;
  grid-row: 2;
  margin-top: 8px;
}
.mdh-p-news .post-item .box-text-inner.blog-post-inner .from_the_blog_excerpt {
  grid-column: 1/-1;
  grid-row: 3;
}
.mdh-p-news .post-item .box-text-inner.blog-post-inner .button {
  grid-column: 1/-1;
  grid-row: 4;
  justify-self: start;
}

@media screen and (max-width: 820px) {
  .home-banner {
    height: auto !important;
    min-height: 0 !important;
    padding-top: 0 !important;
  }
  .home-banner .banner-inner {
    position: static !important;
    padding-top: 0 !important;
    height: auto !important;
  }
  .home-banner .banner-spacer {
    display: none !important;
  }
  .home-banner .banner-bg {
    position: absolute !important;
    inset: 0;
  }
  .home-banner .banner-layers {
    position: relative;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    padding: 108px 15px 46px;
  }
  .home-banner .text-box,
  .home-banner .text-box .text-box-content,
  .home-banner .text-box .text-box-content > .text {
    display: contents !important;
  }
  .home-banner .banner-layers > .fill {
    display: none;
  }
  .home-banner .banner-layers h1 {
    margin: 0;
  }
  .home-banner .hero-cards {
    margin: 0;
    max-width: 460px;
  }
  .home-banner .hero-cards .hc-value {
    font-size: 19px;
  }
  .home-banner::before, .home-banner::after {
    display: none;
  }
  .home-banner .hero-cards {
    grid-template-columns: 1fr 1fr;
  }
  .home-cta .cta-banner {
    height: auto !important;
    min-height: 0 !important;
    padding-top: 0 !important;
  }
  .home-cta .cta-banner .banner-inner {
    position: static !important;
    height: auto !important;
    padding-top: 0 !important;
  }
  .home-cta .cta-banner .banner-spacer {
    display: none !important;
  }
  .home-cta .cta-banner .banner-bg {
    position: absolute !important;
    inset: 0;
  }
  .home-cta .cta-banner .banner-layers {
    position: relative;
    height: auto;
    padding: 38px 30px;
  }
  .home-cta .cta-banner .text-box {
    position: static !important;
    transform: none !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
  }
  .home-stats {
    margin-top: -36px;
  }
  .home-stats .row, .home-stats .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-product .reasons {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-tech .chain-arc {
    height: auto;
  }
  .home-tech .arc-center {
    position: static;
    transform: none;
    width: 200px;
    margin: 0 auto 20px;
  }
  .home-tech .arc-steps {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 16px;
  }
  .home-tech .arc-step {
    position: static;
    transform: none;
    left: auto;
    bottom: auto;
    width: auto;
  }
  .home-tech .arc-steps .arc-step.arc-end {
    grid-column: 1/-1;
    justify-self: center;
    margin-top: 2px;
  }
  .sub-timeline .about-arc {
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .sub-timeline .about-arc .arc-step {
    position: static;
    transform: none;
    width: auto;
    left: auto !important;
    bottom: auto !important;
    text-align: left;
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 4px 14px;
    align-items: start;
  }
  .sub-timeline .about-arc .as-no2 {
    margin: 0;
    grid-row: 1/span 2;
    align-self: start;
  }
  .sub-timeline .about-arc .arc-step h3 {
    grid-column: 2;
  }
  .sub-timeline .about-arc .arc-step p {
    position: static;
    transform: none;
    width: auto;
    margin: 4px 0 0;
    grid-column: 2;
    opacity: 1;
    visibility: visible;
    background: transparent;
    border: 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.7);
  }
  .sub-timeline .about-arc .arc-center, .sub-timeline .arc-hint {
    display: none;
  }
  .sub-hero-product.section .row {
    margin-top: -60px;
  }
  .commit-grid2 .col:last-child .col-inner {
    grid-template-columns: 1fr;
  }
  .sub-contact .cf-grid {
    grid-template-columns: 1fr;
  }
  .sub-hero h1 {
    font-size: clamp(32px, 8vw, 44px);
  }
  .sub-capacity .cap-grid,
  .sub-about .ai-grid,
  .sub-vision .vm-wrap {
    display: block;
  }
  .sub-market .mkt-grid,
  .sub-market .std-grid,
  .sub-timeline .vc-row,
  .sub-features .feat-grid,
  .home-sustain .sustain-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .sub-about .naming {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .sub-about .naming-logo {
    border-right: 0;
    padding-right: 0;
    justify-content: center;
    text-align: center;
  }
  .sub-about .naming-logo img {
    margin: 0 auto;
  }
  .sub-about .section-content > .row:first-of-type .img-inner {
    height: 320px;
  }
  .sub-vision .flipgrid {
    grid-template-columns: repeat(3, 1fr);
  }
  .sub-features .enviro-feature {
    grid-template-columns: 1fr;
  }
  .sub-features .esg-groups {
    grid-template-columns: 1fr;
  }
  .related-grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 512px) {
  .home-banner .hero-cards {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .home-banner .hero-card {
    padding: 18px 16px;
  }
  .sub-vision .flipcard {
    height: 250px;
  }
  .sub-vision .flip-front {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .sub-vision .flip-front .fc-ico {
    width: 54px;
    height: 54px;
    margin-bottom: 14px;
  }
  .home-stats {
    margin-top: -24px;
  }
  .home-stats .row, .home-stats .stats-grid {
    grid-template-columns: 1fr;
  }
  .home-product .reasons,
  .sub-market .mkt-grid,
  .sub-market .std-grid,
  .sub-timeline .vc-row,
  .sub-features .feat-grid,
  .home-sustain .sustain-grid,
  .sub-vision .vm-cards,
  .sub-vision .flipgrid {
    grid-template-columns: 1fr;
  }
  .sub-hero-product .pstat-card {
    padding: 16px;
  }
  .sub-product-detail .prod-stats {
    grid-template-columns: 1fr 1fr;
  }
  .sub-product-detail .pack-weights {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.sub-hero-product.section {
  padding-bottom: 0 !important;
}
.sub-hero-product.section .row.custom-margin {
  margin-top: clamp(-96px, -6vw, -72px) !important;
  margin-bottom: clamp(24px, 3vw, 40px);
}

.pstat-card .ps-num small {
  font-size: 0.5em;
  font-weight: 600;
}

.ov-photo {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 1/1;
  box-shadow: 0 30px 60px -34px rgba(20, 51, 30, 0.55);
}
.ov-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ov-photo .ov-badge {
  position: absolute;
  left: 18px;
  bottom: 18px;
  right: 18px;
  background: rgba(11, 30, 18, 0.62);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(230, 208, 138, 0.5);
  border-radius: 12px;
  padding: 14px 16px;
  color: #fff;
  font-size: 14.5px;
  line-height: 1.55;
}
.ov-photo .ov-badge b {
  color: var(--gold-300);
}

.spec-around {
  display: grid;
  grid-template-columns: 1fr clamp(300px, 34vw, 470px) 1fr;
  gap: 0;
  align-items: center;
}
.spec-around .spec-col {
  position: relative;
  z-index: 2;
}
.spec-around .spec-center {
  position: relative;
  align-self: center;
  z-index: 1;
}
.spec-around .spec-center::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 118%;
  padding-bottom: 118%;
  height: 0;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(144, 197, 45, 0.2), rgba(144, 197, 45, 0) 68%);
}
.spec-around .spec-center img {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 34px 40px rgba(20, 51, 30, 0.3));
}

.spec-around .spec-col:first-child {
  margin-right: clamp(-72px, -3.6vw, -34px);
  margin-left: 0;
}

.spec-around .spec-col:last-child {
  margin-left: clamp(-72px, -3.6vw, -34px);
  margin-right: 0;
}

.spin-linker {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(120px, 13vw, 150px);
  height: clamp(120px, 13vw, 150px);
  margin: clamp(40px, 6vw, 84px) auto 0;
}
.spin-linker .spin-ring {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.spin-linker .spin-ring text {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  fill: var(--green-700);
  text-transform: uppercase;
}
.spin-linker .spin-rot {
  transform-box: fill-box;
  transform-origin: center;
  animation: wbcSpinRing 16s linear infinite;
}
.spin-linker .spin-center {
  position: absolute;
  width: 19px;
  height: auto;
  color: var(--green-700);
}
.spin-linker .spin-center path {
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@keyframes wbcSpinRing {
  to {
    transform: rotate(360deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .spin-linker .spin-rot {
    animation: none;
  }
}
.trace-card {
  background: #fff;
  border: 1px solid rgba(20, 51, 30, 0.08);
  border-radius: 16px;
  padding: 26px 22px;
  box-shadow: 0 22px 46px -32px rgba(20, 51, 30, 0.4);
}
.trace-card .tc-ico {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: var(--green-100);
  color: var(--green-700);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.trace-card .tc-ico svg {
  width: 24px;
  height: 24px;
}
.trace-card h3 {
  font-size: 16.5px;
  color: var(--green-900);
  margin-bottom: 8px;
}
.trace-card p {
  font-size: 14px;
  color: var(--muted-color);
  line-height: 1.55;
}

.img.commit-media {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 60px -34px rgba(20, 51, 30, 0.5);
}
.img.commit-media .img-inner {
  aspect-ratio: 4/5;
  height: auto;
}
.img.commit-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.partner-check {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 48px;
}
.partner-check li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 20px 4px;
  border-bottom: 1px solid rgba(20, 51, 30, 0.12);
  margin: 0;
}
.partner-check .pc-check {
  flex: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--green-700);
  color: var(--gold-300);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  box-shadow: 0 8px 18px -10px rgba(20, 51, 30, 0.6);
}
.partner-check .pc-check svg {
  width: 17px;
  height: 17px;
}
.partner-check h3 {
  font-size: 16.5px;
  color: var(--green-900);
  margin-bottom: 3px;
}
.partner-check p {
  font-size: 14px;
  color: var(--muted-color);
  line-height: 1.5;
  margin: 0;
}

.sub-partner .eyebrow {
  color: var(--green-500);
}

.sub-partner .asub {
  margin-left: 0;
}

.home-cta.section {
  background-color: #FAF7F0 !important;
}

.mdh-p-products .sub-product-detail.section, .mdh-p-products .sub-features.section,
.mdh-p-products .journey-arc-sec.section, .mdh-p-products .sub-partner.section {
  padding-top: clamp(60px, 8vw, 108px) !important;
  padding-bottom: clamp(60px, 8vw, 108px) !important;
}

.mdh-p-products .sub-product-detail.section:has(.ov-photo) {
  padding-bottom: 0 !important;
}

.mdh-p-products .sub-product-detail.section:has(.region-grid) {
  background-color: #FFFFFF !important;
  padding-top: 0 !important;
}

.mdh-p-products .sub-product-detail.section:has(.spec-around) {
  padding-bottom: clamp(22px, 3vw, 40px) !important;
}

.mdh-p-products .journey-arc-sec.section {
  padding-top: clamp(26px, 3.5vw, 44px) !important;
  padding-bottom: clamp(18px, 2vw, 28px) !important;
}

.mdh-p-products .sub-partner.section {
  padding-bottom: clamp(22px, 3vw, 40px) !important;
}

.mdh-p-products .home-cta.section {
  padding-top: clamp(24px, 3.5vw, 44px) !important;
}

.mdh-p-products .region-card {
  box-shadow: 0 24px 48px -32px rgba(20, 51, 30, 0.4);
}

.sub-hero-product .row.custom-margin > .col > .col-inner {
  height: 100%;
}

.sub-hero-product .pstat-card {
  height: 100%;
}

@media screen and (max-width: 549px) {
  .sub-hero-product .row.custom-margin > .col {
    padding: 7px !important;
  }
  .region-grid {
    grid-template-columns: 1fr !important;
  }
}
@media screen and (max-width: 820px) {
  .ov-photo {
    aspect-ratio: 16/10;
    max-height: 420px;
  }
  .spec-around {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .spec-around .spec-col:first-child, .spec-around .spec-col:last-child {
    margin: 0;
  }
  .spec-around .spec-center {
    grid-column: 1/-1;
    order: -1;
    max-width: 300px;
    margin: 0 auto 12px;
  }
  .sub-product-detail .pack-photos {
    margin-top: 32px;
  }
  .mdh-p-products .sub-features .commit-media {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 512px) {
  .spec-around {
    grid-template-columns: 1fr;
  }
  .partner-check {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.mdh-p-products .section-content > .row:last-child > .col {
  padding-bottom: 0;
}

@media screen and (min-width: 850px) {
  .mdh-p-products .sub-product-detail.section:has(.ov-photo) .row > .col:first-child {
    flex-basis: 52.5%;
    max-width: 52.5%;
  }
  .mdh-p-products .sub-product-detail.section:has(.ov-photo) .row > .col:last-child {
    flex-basis: 47.5%;
    max-width: 47.5%;
  }
}
.mdh-p-products .journey-arc-sec .row:first-child .col {
  padding-bottom: 0;
}

.mdh-p-products .mdh-h2-sm {
  font-size: clamp(26px, 3.15vw, 37px);
}

@media screen and (min-width: 850px) {
  .mdh-p-products .sub-hero-product .text-box {
    margin-top: -41px;
  }
}
.home-news .post-item .post-title {
  min-height: 2.6em;
}

.home-news .post-item .post-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-news .post-item .from_the_blog_excerpt {
  display: -webkit-box !important;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 4.8em;
}

.post-item .post-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.post-item .post-title {
  min-height: 2.7em;
}

.post-item .from_the_blog_excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 4.6em;
}

.tech-intro .img {
  box-shadow: 0 34px 64px -34px rgba(20, 51, 30, 0.55);
  border-radius: 22px;
}

.tech-intro.section {
  padding-top: clamp(60px, 8vw, 88px) !important;
  padding-bottom: clamp(60px, 8vw, 88px) !important;
}

.sub-vision .flip-back h4 {
  margin: 0;
}

.sub-vision .fc-list {
  margin: 0;
}

.sub-vision .fc-list li {
  margin: 0;
}

.enviro-list-col .col-inner {
  display: grid;
}

.enviro-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 22px 0;
  border-bottom: 1px solid rgba(20, 51, 30, 0.12);
}
.enviro-item:first-child {
  padding-top: 0;
}
.enviro-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.enviro-item .enviro-ico {
  flex: none;
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: var(--green-100);
  color: var(--green-700);
  display: flex;
  align-items: center;
  justify-content: center;
}
.enviro-item .enviro-ico svg {
  width: 25px;
  height: 25px;
}
.enviro-item h3 {
  font-size: 18.5px;
  color: var(--green-900);
  margin-bottom: 6px;
}
.enviro-item p {
  font-size: 15px;
  color: var(--muted-color);
  line-height: 1.6;
  margin: 0;
}

.img.enviro-media {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 34px 64px -34px rgba(20, 51, 30, 0.55);
}
.img.enviro-media .img-inner {
  aspect-ratio: 4/5;
  height: auto;
}
.img.enviro-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sub-vision .flipgrid {
  margin-left: -15px;
  margin-right: -15px;
}

.feat-ico.feat-ico--media svg, .feat-ico.feat-ico--media img {
  width: 26px;
  height: 26px;
  display: block;
}

.row > .col > .col-inner:has(> .feat-card),
.row > .col > .col-inner:has(> .trace-card) {
  height: 100%;
}

.col-inner > .feat-card, .col-inner > .trace-card {
  height: 100%;
}

@media screen and (max-width: 849px) {
  .off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
    width: 100% !important;
    max-width: 100% !important;
    position: fixed;
    top: var(--wbc-header-bottom, 90px);
    left: 0;
    right: 0;
    bottom: auto;
    height: auto;
    max-height: calc(100vh - var(--wbc-header-bottom, 90px));
    overflow: auto;
    background: #fff;
    border-bottom: 1px solid rgba(20, 51, 30, 0.1);
    box-shadow: 0 20px 40px -24px rgba(0, 0, 0, 0.3);
    transform: translateY(-130%) !important;
    transition: transform 0.3s ease !important;
  }
  .off-canvas-left.mfp-ready .mfp-content, .off-canvas-right.mfp-ready .mfp-content {
    transform: translateY(0) !important;
  }
  .off-canvas-left .mobile-sidebar, .off-canvas-right .mobile-sidebar {
    background: #fff;
    padding: 8px 6% 20px;
    height: auto;
  }
  .mfp-bg.off-canvas {
    opacity: 0 !important;
  }
  .off-canvas .mfp-close {
    display: none !important;
  }
  .off-canvas .nav-sidebar.nav-vertical > li {
    border: 0;
  }
  .off-canvas .nav-sidebar.nav-vertical > li > a {
    text-transform: none;
    letter-spacing: 0;
    font-size: 15px;
    font-weight: 500;
    color: var(--green-900);
    padding: 12px 4px;
    border-bottom: 1px solid rgba(20, 51, 30, 0.06);
  }
  .off-canvas .nav-sidebar.nav-vertical > li.menu-cta {
    margin-top: 14px;
  }
  .off-canvas .nav-sidebar.nav-vertical > li.menu-cta > a {
    display: inline-block;
    background: var(--secondary-color);
    color: var(--green-900) !important;
    border-radius: 99px;
    padding: 10px 22px;
    border-bottom: 0;
    font-weight: 600;
  }
}
.ux-builder-iframe .about-arc {
  height: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  align-items: start;
}
.ux-builder-iframe .about-arc > *, .ux-builder-iframe .about-arc .arc-step {
  position: static !important;
  transform: none !important;
  width: auto !important;
  left: auto !important;
  bottom: auto !important;
  list-style: none;
}
.ux-builder-iframe .about-arc .arc-step p {
  position: static;
  opacity: 1;
  visibility: visible;
  transform: none;
  width: auto;
  margin-top: 8px;
  background: transparent;
  border: 0;
  padding: 0;
}
.ux-builder-iframe .about-arc .arc-center {
  position: static !important;
  transform: none !important;
  grid-column: 1/-1;
  margin: 10px auto 0;
}
.ux-builder-iframe .chain-arc {
  height: auto;
}
.ux-builder-iframe .chain-arc .arc-center {
  position: static;
  transform: none;
  margin: 0 auto 16px;
}
.ux-builder-iframe .chain-arc .arc-steps {
  position: static;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.ux-builder-iframe .chain-arc .arc-steps > *, .ux-builder-iframe .chain-arc .arc-step {
  position: static !important;
  transform: none !important;
  left: auto !important;
  bottom: auto !important;
  list-style: none;
}
.ux-builder-iframe .ja-stage {
  height: auto;
  overflow: visible;
}
.ux-builder-iframe .ja-line, .ux-builder-iframe .ja-conn, .ux-builder-iframe .ja-dot {
  display: none;
}
.ux-builder-iframe .ja-rot {
  position: static;
  transform: none !important;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
}
.ux-builder-iframe .ja-rot > *, .ux-builder-iframe .ja-stage .ja-node {
  position: static !important;
  transform: none !important;
}
.ux-builder-iframe .ja-stage .ja-num {
  position: static;
  transform: none;
  font-size: 22px;
  color: var(--green-700);
}
.ux-builder-iframe .ja-panel {
  margin-top: 24px !important;
}
.ux-builder-iframe .naming-list > * {
  min-width: 0;
}
.ux-builder-iframe .spec-around {
  display: block;
}
.ux-builder-iframe .spec-around .spec-center {
  margin: 0 auto 18px;
  max-width: 420px;
}
.ux-builder-iframe .spec-around .spec-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 0 !important;
}
.ux-builder-iframe .spec-around .spec-col content {
  display: contents;
}
.ux-builder-iframe .spec-around .spec-col .si {
  margin: 0 !important;
}
.ux-builder-iframe .region-grid content {
  display: contents;
}
.ux-builder-iframe .region-grid > :nth-child(odd) .region-card,
.ux-builder-iframe .region-grid .region-card {
  background: #dce25a;
}
.ux-builder-iframe .region-grid > :nth-child(odd) .region-card .rc-num, .ux-builder-iframe .region-grid > :nth-child(odd) .region-card h3, .ux-builder-iframe .region-grid > :nth-child(odd) .region-card p,
.ux-builder-iframe .region-grid .region-card .rc-num,
.ux-builder-iframe .region-grid .region-card h3,
.ux-builder-iframe .region-grid .region-card p {
  color: var(--green-900);
}
.ux-builder-iframe .region-grid > :nth-child(odd) .region-card .rc-num span,
.ux-builder-iframe .region-grid .region-card .rc-num span {
  color: var(--green-700);
}
.ux-builder-iframe .region-grid > :nth-child(even) .region-card {
  background: #90c52d;
}
.ux-builder-iframe .region-grid > :nth-child(even) .region-card .rc-num, .ux-builder-iframe .region-grid > :nth-child(even) .region-card h3 {
  color: #fff;
}
.ux-builder-iframe .region-grid > :nth-child(even) .region-card .rc-num span {
  color: rgba(255, 255, 255, 0.85);
}
.ux-builder-iframe .region-grid > :nth-child(even) .region-card p {
  color: rgba(255, 255, 255, 0.92);
}

@media screen and (max-width: 480px) {
  .home-banner .text-box.x0 .text-box-content h1 {
    font-size: 30px;
  }
  .home-banner .hero-cards .hc-value {
    font-size: 17px;
  }
  .button:not(.icon) {
    font-size: 13px;
  }
}
.header-nav-main .wbc-lang-switch {
  order: 90;
}
.header-nav-main .menu-cta {
  order: 91;
}
.header-nav-main .header-button-1, .header-nav-main li.html {
  display: none !important;
}

.wbc-lang-switch > a.nav-top-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--gold-300);
  font-weight: 600;
  letter-spacing: 0.02em;
}
.wbc-lang-switch > a.nav-top-link .lang-globe {
  width: 18px;
  height: 18px;
  flex: none;
}
.wbc-lang-switch > a.nav-top-link .icon-angle-down {
  font-size: 12px;
  margin-left: 1px;
  transition: transform 0.25s ease;
}
.wbc-lang-switch > a.nav-top-link:hover {
  color: var(--gold-300);
}
.wbc-lang-switch:hover > a.nav-top-link .icon-angle-down, .wbc-lang-switch.current-dropdown > a.nav-top-link .icon-angle-down {
  transform: rotate(180deg);
}
.wbc-lang-switch .nav-dropdown {
  min-width: 170px;
  background: #fff;
  border: 0;
  border-radius: 12px;
  padding: 6px;
  box-shadow: 0 22px 46px -18px rgba(20, 51, 30, 0.45);
}
.wbc-lang-switch .nav-dropdown::before, .wbc-lang-switch .nav-dropdown::after {
  display: none !important;
}
.wbc-lang-switch .nav-dropdown li {
  margin: 0;
  border: 0;
}
.wbc-lang-switch .nav-dropdown li > a {
  display: block;
  padding: 9px 14px;
  border-radius: 8px;
  color: var(--green-900);
  font-size: 14.5px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  transition: background 0.15s, color 0.15s;
}
.wbc-lang-switch .nav-dropdown li > a:hover {
  background: var(--green-100);
  color: var(--green-900);
}
.wbc-lang-switch .nav-dropdown li.active > a {
  color: var(--green-700);
  font-weight: 700;
  background: rgba(62, 124, 63, 0.08);
}
.wbc-lang-switch.current-dropdown > .nav-dropdown, .wbc-lang-switch:hover > .nav-dropdown {
  left: auto !important;
  right: 0 !important;
}

.nowrap {
  white-space: nowrap;
}
