/* ==========================================================================
   Section 1:Banner (#banner) 
========================================================================== */#banner { position: relative; width: 100%; height: 100vh; min-height: 700px; overflow: hidden; background: #ffffff; display: flex; align-items: flex-end; padding-bottom: 120px; }
#banner:before { content: ""; position: absolute; top: -126px; left: -3vw; width: 25vw; height: 310px; background: linear-gradient(135deg,rgb(199 215 186/4%),rgba(231,241,235,.72)); border-radius: 0 0 52% 48%/0 0 76% 64%; transform: rotate(2deg); z-index: 5; }
#banner .main-slider { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; }
#banner .item { position: relative; display: flex; align-items: center; padding-bottom: 120px; overflow: hidden; width: 100%; height: 100%; }
#banner .full-link { position: absolute; inset: 0; z-index: 20; }
#banner .img.banner-bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0.9; transform: scale(1.05); transition: transform 6s ease-out; z-index: 0; }
#banner .swiper-slide-active .img.banner-bg { transform: scale(1); }
#banner .swiper-slide-active .img.banner-bg video { object-position: 50% 50%; object-fit: cover; width: 100%; height: 100%; }
#banner .banner-overlay { position: absolute; inset: 0; background: linear-gradient(180deg,rgb(117 136 50/0%) 40%,rgb(117 136 50/6%) 100%); z-index: 1; pointer-events: none; }
#banner .banner-deco-layer { position: absolute; inset: 0; z-index: 2; pointer-events: none; display: flex; flex-direction: column; justify-content: center; overflow: hidden; mix-blend-mode: hard-light; }
#banner .workframe.w-full { z-index: 3; }
#banner .deco-row { font-family: 'Poppins',sans-serif; font-size: 15vw; font-weight: 900; color: #709545; text-transform: uppercase; white-space: nowrap; line-height: 1; letter-spacing: 0.4em; opacity: 0.25; margin: -2vh 0; mix-blend-mode: unset; text-shadow: 2px 2px 10px rgba(0,0,0,0.1); }
#banner .row-1 { transform: translateX(-5%); animation: scrollTextLeft 30s linear infinite; color: #7391ad; }
#banner .row-2 { transform: translateX(-15%); animation: scrollTextRight 35s linear infinite; }
#banner .info { position: relative; z-index: 10; width: min(650px,100%); pointer-events: auto; margin-left: 13vw; margin-top: 4vw; }
#banner .info .h3.hero-tag { display: inline-block; color: #080808; font-size: 1.25rem; font-weight: 500; padding: 0; margin: 0 0 16px 0; letter-spacing: 0.1em; line-height: 1.4; }
#banner .banner-pagination-custom { display: flex; gap: 8px; margin-bottom: 24px; padding-left: 5px; z-index: 30; pointer-events: auto; align-items: center; height: 20px; position: absolute; bottom: 8vw; left: 10.5vw; }
#banner .banner-pagination-custom .swiper-pagination-bullet { display: block; width: 24px; height: 3px; background: #fff; border-radius: 2px; opacity: 0.4; margin: 0 !important; cursor: pointer; transition: all 0.3s; }
#banner .banner-pagination-custom .swiper-pagination-bullet-active { background: #d1e224; opacity: 1; }
#banner .hero-desc { color: #282828; font-size: 3.6rem; font-weight: 800; line-height: 1.25; margin-bottom: 30px; letter-spacing: 0.1em; padding: 0; border-radius: 20px 0; display: flex; flex-direction: column; }
#banner .banner-static-elements { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 15; pointer-events: none; display: flex; align-items: center; }
#banner .banner-side-text { position: absolute; right: 24px; top: 50%; transform: translateY(0%); z-index: 15; text-align: right; color: #fff; text-shadow: 0 2px 8px rgba(0,0,0,0.4); pointer-events: none; border-left: #ffffff 2px solid; padding-left: 14px; }
#banner .banner-side-text-wrapper { transition-delay: 0.3s; width: 100%; }
#banner .side-title { font-size: 14px; font-weight: 400; letter-spacing: 0.1em; margin-bottom: 0; background: #43b358; text-align: center; padding: 5px 0; border-radius: 666px; text-shadow: none; }
#banner .side-sub { font-size: 24px; font-weight: 700; letter-spacing: 0.1em; }
#banner .scroll-indicator { position: absolute; bottom: 100px; right: 36px; display: flex; align-items: center; gap: 16px; color: #fff; font-size: 12px; font-weight: 900; letter-spacing: 0.2em; z-index: 30; transform: rotate(90deg); transform-origin: right center; font-family: 'Poppins',sans-serif; text-shadow: 0 1px 2px rgb(4 4 4/81%); text-decoration: none; cursor: pointer; transition: opacity 0.3s; pointer-events: auto; line-height: 1; justify-content: center; }
#banner .scroll-indicator:hover { opacity: 0.7; }
#banner .scroll-indicator .line { width: 80px; height: 2px; background: rgba(255,255,255,0.3); position: relative; overflow: hidden; }
#banner .scroll-indicator .line::after { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: #fff; animation: scrollLine 2s infinite ease-in-out; }
.banner-swiper { opacity: 0; visibility: hidden; transition: opacity .4s ease; }
.banner-swiper.is-ready { opacity: 1; visibility: visible; }
.hero-desc .green-line { color: #758832; font-size: 3.6rem; font-weight: 800; line-height: 1.25; }
/* ==========================================================================
   Animations & Keyframes
========================================================================== */@keyframes heroZoom {
  0% { transform: scale(1); }
  100% { transform: scale(1.15); }
}
@keyframes scrollLine {
  0% { left: -100%; }
  100% { left: 100%; }
}
@keyframes scrollTextLeft {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@keyframes scrollTextRight {
  0% { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}
@keyframes aboutFloat {
  0%,100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-15px) rotate(2deg); }
}
@keyframes aboutWaveMove {
  0% { background-position: 0 0; }
  100% { background-position: 84px 0; }
}
@keyframes badgeBreath {
  0%,100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}
@keyframes badgeRing {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/* Scoped Section Styles (Single-line Mode) */
#fresh-badge-section {display: flex;justify-content: center;align-items: flex-end;width: 100%;margin-right: 10vw;}
#fresh-badge-section .badge-container { position: relative; width: 300px; height: 300px; border-radius: 50%; background: linear-gradient(135deg,rgb(255 255 255/78%) 0%,#f4f7f3 100%); box-shadow: 20px 20px 60px rgba(104,137,85,0.12),-20px -20px 60px rgba(255,255,255,0.9),inset 0 0 0 1px rgba(255,255,255,1),inset 0 0 25px rgba(104,137,85,0.08); display: flex; justify-content: center; align-items: center; z-index: 8; }
#fresh-badge-section .badge-container::before { content: ''; position: absolute; top: 16px; left: 16px; right: 16px; bottom: 16px; border-radius: 50%; border: 1px dashed rgba(118,161,87,0.35); pointer-events: none; z-index: 1; }
#fresh-badge-section .badge-container::after { content: ''; position: absolute; top: 78px; left: 78px; right: 78px; bottom: 78px; border-radius: 50%; border: 1px solid rgba(118,161,87,0.15); pointer-events: none; z-index: 1; }
#fresh-badge-section .leaf-icon { position: relative; width: 70px; height: 70px; color: #6a9c40; z-index: 3; filter: drop-shadow(0 6px 10px rgba(106,156,64,0.25)); transition: transform 0.5s cubic-bezier(0.34,1.56,0.64,1); cursor: pointer; }
#fresh-badge-section .leaf-icon svg { width: 100%; height: 100%; transform-origin: center bottom; animation: swingLeftBottom 1.6s ease-in-out infinite alternate; }
#fresh-badge-section .badge-container:hover .leaf-icon { transform: scale(1.12) rotate(-6deg); }
#fresh-badge-section .text-ring-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; animation: badgeRotate 22s linear infinite; pointer-events: none; }
#fresh-badge-section .char-box { position: absolute; width: 100%; height: 100%; top: 0; left: 0; text-align: center; }
#fresh-badge-section .char { display: inline-block; padding-top: 30px; font-size: 16px; font-weight: 700; color: #5a8535; letter-spacing: 2.5px; text-transform: uppercase; text-shadow: 1px 1px 0px rgba(255,255,255,0.9); }
/* Keyframes */
@keyframes badgeRotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@keyframes swingLeftBottom {
  0% { transform: rotate(-15deg); }
  100% { transform: rotate(15deg); }
}
@media (max-width:1470px) {
  #fresh-badge-section .badge-container { width: 250px; height: 250px; }
  #fresh-badge-section .leaf-icon { width: 45px; height: 45px; }
  #banner:before { width: 24vw; height: 290px; }
  #banner .hero-desc,.hero-desc .green-line { font-size: 3rem; margin-bottom: 5px; }
  #banner .info .h3.hero-tag { font-size: 1rem; }
  #banner .info { margin-top: 9vw; }
  #fresh-badge-section .char { font-size: 14px; }
}
@media (max-width:1024px) {
  #banner .swiper-slide { align-items: center; padding-bottom: 0; justify-content: center; }
  #banner .banner-inner { max-width: 100%; text-align: left; margin: 20px 0vw 0 8vw; }
  #banner .hero-tag-box { display: flex; flex-direction: column; align-items: center; gap: 8px; }
  #banner .banner-pagination-custom { justify-content: center; padding-left: 0; display: none; }
  #banner .banner-side-text { display: none; }
  #fresh-badge-section { margin-right: 0vw; }
}
@media screen and (max-width:768px) {
  #banner .deco-row { font-size: 20vw; }
  #banner .hero-tag { font-size: 28px; }
  #banner .info .h3.hero-tag { font-size: 1rem; }
  #fresh-badge-section { margin-left: 31vw; }
  #banner .swiper-slide-active .img.banner-bg { background-position: 18% 50%; }
  #fresh-badge-section .badge-container { width: 250px; height: 250px; }
  #fresh-badge-section .badge-container::before { top: 12px; left: 12px; right: 12px; bottom: 12px; }
  #fresh-badge-section .badge-container::after { top: 62px; left: 62px; right: 62px; bottom: 62px; }
  #fresh-badge-section .leaf-icon { width: 60px; height: 60px; }
  #fresh-badge-section .char { padding-top: 24px; font-size: 14px; letter-spacing: 2px; }
}
@media (max-width:640px) {
  #banner .hero-tag { font-size: 24px; padding: 4px 16px; }
  #banner .hero-desc,.hero-desc .green-line { width: 90%; margin: 0; font-size: 2.5rem; }
  #banner .scroll-indicator { right: 47%; bottom: 40px; font-size: 10px; display: none; }
  #banner .scroll-indicator .line { width: 26px; }
  #fresh-badge-section .badge-container { width: 160px; height: 160px; }
  #fresh-badge-section .leaf-icon { width: 30px; height: 30px; }
  #fresh-badge-section .char { font-size: 10px; }
}
@media (max-width:480px) {
  #fresh-badge-section .badge-container { width: 130px; height: 130px; box-shadow: 2px 4px 7px rgba(104,137,85,0.12),-20px -20px 60px rgba(255,255,255,0.9),inset 0 0 0 1px rgba(255,255,255,1),inset 0 0 25px rgba(104,137,85,0.08); }
  #fresh-badge-section .badge-container::before { top: 10px; left: 10px; right: 10px; bottom: 10px; }
  #fresh-badge-section .badge-container::after { top: 52px; left: 52px; right: 52px; bottom: 52px; }
  #fresh-badge-section .leaf-icon { width: 30px; height: 30px; }
  #fresh-badge-section .char { padding-top: 20px; font-size: 11px; letter-spacing: 1.5px; }
  #fresh-badge-section { margin-left: 55vw; margin-bottom: -35px; }
  #banner { height: 372px; min-height: 538px; }
  #banner .swiper-slide-active .img.banner-bg, #banner .swiper-slide .img.banner-bg { background-position: 27% 50%; }
  #banner .hero-desc,.hero-desc .green-line {font-size: 2rem;margin-bottom: 9px;}
  #banner .btn-primary{
    padding: 8px 15px;
}
}
