* { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --primary: #2D5016;
  --primary-light: #4A7C23;
  --secondary: #8B4513;
  --accent: #D4A574;
  --gold: #C9A961;
  --gold-light: #E8D5A3;
  --cream: #FDF8F0;
  --beige: #F5EBE0;
  --dark: #1A1A1A;
  --gray: #6B6B6B;
  --light-gray: #E5E5E5;
  --white: #FFFFFF;
  --gradient-green: linear-gradient(135deg, #2D5016 0%, #4A7C23 100%);
  --gradient-gold: linear-gradient(135deg, #C9A961 0%, #E8D5A3 100%);
  --gradient-cream: linear-gradient(135deg, #FDF8F0 0%, #F5EBE0 100%);
  --shadow-sm: 0 2px 8px rgba(0,0,0,0.06);
  --shadow-md: 0 4px 16px rgba(0,0,0,0.1);
  --shadow-lg: 0 8px 32px rgba(0,0,0,0.12);
  --shadow-xl: 0 12px 48px rgba(0,0,0,0.15);
  --radius-sm: 4px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-xl: 30px;
}

body { font-family: "Kanit", sans-serif; line-height: 1.7; color: var(--dark); background: var(--cream); overflow-x: hidden; }
a { text-decoration: none; color: inherit; transition: all 0.3s; }
ul { list-style: none; }
.ygdtyzvh { max-width: 1280px; margin: 0 auto; padding: 0 2rem; }

/* Header */
.len7arsv { background: var(--white); position: sticky; top: 0; z-index: 1000; box-shadow: var(--shadow-md); }
.ki49wb5o { background: var(--primary); padding: 0.6rem 0; }
.wun8p0dc { display: flex; justify-content: center; gap: 3rem; color: var(--white); font-size: 0.9rem; }
.wun8p0dc span { display: flex; align-items: center; gap: 0.5rem; }
.gzearh5t { padding: 1rem 0; }
.uwcy9o77 { display: flex; justify-content: space-between; align-items: center; gap: 2rem; }
.pjd4k2vj { display: flex; align-items: center; gap: 0.8rem; }
.wcphq7z2 { font-size: 2.5rem; }
.nno6x0ko { display: flex; flex-direction: column; }
.n8xu29li { font-size: 1.4rem; font-weight: 700; color: var(--primary); line-height: 1.2; }
.ujfdw7do { font-size: 0.85rem; font-weight: 500; color: var(--gold); letter-spacing: 1px; text-transform: uppercase; }
.l62dk98f { display: flex; gap: 2.5rem; }
.l62dk98f a { font-weight: 500; color: var(--dark); position: relative; padding: 0.5rem 0; }
.l62dk98f a::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: var(--gold); transition: width 0.3s; }
.l62dk98f a:hover { color: var(--primary); }
.l62dk98f a:hover::after { width: 100%; }
.qcyjrubo { display: flex; align-items: center; gap: 1rem; }
.cwgvh4t4, .gkft73t0 { width: 45px; height: 45px; border-radius: 50%; border: 2px solid var(--light-gray); background: var(--white); font-size: 1.2rem; cursor: pointer; transition: all 0.3s; display: flex; align-items: center; justify-content: center; position: relative; }
.cwgvh4t4:hover, .gkft73t0:hover { border-color: var(--gold); background: var(--beige); }
.zv50joqh { position: absolute; top: -5px; right: -5px; width: 22px; height: 22px; background: var(--gold); color: var(--white); border-radius: 50%; font-size: 0.75rem; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.l4f9pk1r { background: var(--gradient-green); color: var(--white); border: none; padding: 0.8rem 1.8rem; border-radius: 50px; font-weight: 600; cursor: pointer; transition: all 0.3s; font-family: inherit; }
.l4f9pk1r:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); }

/* Hero Section */
.gf8oe2xj { min-height: 85vh; display: flex; align-items: center; position: relative; background: var(--gradient-cream); overflow: hidden; padding: 3rem 0; }
.p8o8o16h { position: absolute; top: 0; left: 0; right: 0; bottom: 0; pointer-events: none; }
.sjw66jjp { position: absolute; font-size: 3rem; opacity: 0.15; animation: float 6s ease-in-out infinite; }
.hoomk70z { top: 10%; left: 5%; animation-delay: 0s; }
.jpx9vp81 { top: 60%; right: 10%; animation-delay: 2s; }
.gume4ezg { bottom: 15%; left: 20%; animation-delay: 4s; }
.q9ohj2zj { position: absolute; border-radius: 50%; opacity: 0.08; }
.x2q3hpjr { width: 500px; height: 500px; background: var(--gold); top: -150px; right: -100px; }
.mxlgpdnl { width: 350px; height: 350px; background: var(--primary); bottom: -100px; left: -100px; }
@keyframes float { 0%, 100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-20px) rotate(10deg); } }
.hchdxby6 { display: grid; grid-template-columns: 1.1fr 1fr; gap: 4rem; align-items: center; position: relative; z-index: 1; }
.gupr0f0w { display: inline-flex; align-items: center; gap: 0.5rem; background: var(--white); color: var(--primary); padding: 0.6rem 1.4rem; border-radius: 50px; font-weight: 600; margin-bottom: 1.5rem; box-shadow: var(--shadow-md); border: 1px solid var(--gold-light); }
.b7of4bz2 { font-size: 4.2rem; line-height: 1.1; margin-bottom: 1.5rem; color: var(--dark); }
.ighwws42 { color: var(--gray); font-weight: 300; }
.ioxlqusn { color: var(--gold); background: linear-gradient(135deg, #C9A961 0%, #B8944A 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.femymqn1 { font-size: 1.15rem; color: var(--gray); margin-bottom: 2rem; line-height: 1.9; max-width: 500px; }
.tzkozjyp { display: flex; gap: 1rem; margin-bottom: 2.5rem; flex-wrap: wrap; }
.h196mfkl { padding: 0.9rem 2rem; border-radius: 50px; font-weight: 600; cursor: pointer; transition: all 0.3s; border: none; font-size: 1rem; font-family: inherit; display: inline-flex; align-items: center; gap: 0.6rem; }
.hu3s7vz7 { padding: 1.1rem 2.5rem; font-size: 1.05rem; }
.w2qgc2w7 { background: var(--gradient-gold); color: var(--dark); box-shadow: 0 4px 15px rgba(201, 169, 97, 0.4); }
.w2qgc2w7:hover { transform: translateY(-3px); box-shadow: 0 8px 25px rgba(201, 169, 97, 0.5); }
.j8i92if9 { background: rgba(255,255,255,0.9); color: var(--dark); border: 2px solid var(--white); backdrop-filter: blur(10px); }
.j8i92if9:hover { background: var(--white); transform: translateY(-3px); }
.io5alo0n { display: flex; gap: 2rem; flex-wrap: wrap; }
.ozk1nztu { display: flex; align-items: center; gap: 0.6rem; font-size: 0.95rem; color: var(--dark); background: var(--white); padding: 0.6rem 1.2rem; border-radius: 50px; box-shadow: var(--shadow-sm); }
.piql0v8u { font-size: 1.2rem; }
.n3bd8098 { display: flex; flex-direction: column; gap: 1.5rem; }
.e87kjnea { display: flex; justify-content: center; }
.ydpaqncv { background: var(--white); border-radius: var(--radius-xl); padding: 2.5rem; text-align: center; box-shadow: var(--shadow-xl); position: relative; transform: rotate(-2deg); transition: all 0.4s; border: 2px solid var(--gold-light); }
.ydpaqncv:hover { transform: rotate(0) scale(1.02); box-shadow: var(--shadow-xl); }
.mkds87xi { position: absolute; top: -15px; left: 50%; transform: translateX(-50%); background: var(--gradient-gold); color: var(--dark); padding: 0.4rem 1.5rem; border-radius: 20px; font-weight: 700; font-size: 0.85rem; box-shadow: var(--shadow-md); }
.vxre9qxt { font-size: 6rem; margin-bottom: 1rem; }
.bkve7kz8 { font-size: 1.3rem; font-weight: 600; color: var(--dark); margin-bottom: 0.8rem; }
.ault4s18 { display: flex; justify-content: center; gap: 1rem; align-items: center; }
.egb9yz4n { font-size: 1.2rem; color: var(--gray); text-decoration: line-through; }
.hgdjwgjj { font-size: 1.8rem; font-weight: 700; color: var(--primary); }
.m7naqpob { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.nlbxquhf { background: var(--white); border-radius: var(--radius-lg); padding: 1.2rem; text-align: center; box-shadow: var(--shadow-md); transition: all 0.3s; border: 1px solid var(--beige); }
.nlbxquhf:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: var(--gold-light); }
.q1wf5jyn { font-size: 2.5rem; display: block; margin-bottom: 0.5rem; }
.qhs5ts81 { font-size: 0.85rem; color: var(--gray); display: block; margin-bottom: 0.3rem; }
.ndutha0p { font-size: 1rem; font-weight: 700; color: var(--primary); }

/* Section Styles */
.w1ggnk9v { text-align: center; margin-bottom: 3rem; }
.zzwxed1t { display: inline-block; background: var(--gradient-green); color: var(--white); padding: 0.5rem 1.5rem; border-radius: 25px; font-weight: 600; margin-bottom: 1rem; font-size: 0.9rem; }
.zzwxed1t.i738eask { background: var(--gradient-gold); color: var(--dark); }
.zzwxed1t.o1giioxc { background: linear-gradient(135deg, #4A7C23 0%, #6B9B37 100%); }
.zzwxed1t.lty2cjx2 { background: linear-gradient(135deg, #6B4C7C 0%, #8B6B9B 100%); }
.df0zkoie { font-size: 2.8rem; color: var(--dark); margin-bottom: 0.5rem; }
.v4j0t9fa { color: var(--gray); font-size: 1.1rem; }

/* Categories */
.hsm7f3ui { padding: 5rem 0; background: var(--white); }
.t2nrjpg2 { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1.5rem; }
.j2a0nxoo { background: var(--cream); border-radius: var(--radius-lg); padding: 2rem 1.5rem; text-align: center; transition: all 0.3s; cursor: pointer; border: 2px solid transparent; }
.j2a0nxoo:hover { border-color: var(--gold); transform: translateY(-8px); box-shadow: var(--shadow-lg); background: var(--beige); }
.j2a0nxoo.eudlt235 { background: var(--gradient-green); color: var(--white); }
.j2a0nxoo.eudlt235 .kzjbx1av, .j2a0nxoo.eudlt235 .vmht1qp7 { color: rgba(255,255,255,0.85); }
.k227fb67 { font-size: 3.5rem; margin-bottom: 1rem; }
.zydw96sg { font-size: 1.1rem; font-weight: 600; margin-bottom: 0.5rem; color: var(--dark); }
.j2a0nxoo.eudlt235 .zydw96sg { color: var(--white); }
.kzjbx1av { font-size: 0.85rem; color: var(--gray); margin-bottom: 0.8rem; }
.vmht1qp7 { font-size: 0.8rem; color: var(--gold); font-weight: 600; }

/* Bestsellers */
.rlfm0ufy { padding: 5rem 0; background: var(--cream); }
.e98ohbox { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; margin-bottom: 3rem; }
.beagg3pa { background: var(--white); border-radius: var(--radius-lg); overflow: hidden; transition: all 0.3s; cursor: pointer; box-shadow: var(--shadow-sm); position: relative; }
.beagg3pa:hover { transform: translateY(-8px); box-shadow: var(--shadow-xl); }
.beagg3pa.peh577y5 { border: 2px solid var(--gold); }
.tplm1og3 { position: absolute; top: 12px; left: 12px; padding: 0.35rem 0.9rem; border-radius: 20px; font-size: 0.75rem; font-weight: 700; color: var(--white); z-index: 1; }
.tplm1og3.hot { background: linear-gradient(135deg, #E63946 0%, #FF6B6B 100%); }
.tplm1og3.epeoj58j { background: linear-gradient(135deg, #4ECDC4 0%, #7EDDD6 100%); }
.tplm1og3.vm01nryt { background: var(--gradient-gold); color: var(--dark); }
.tplm1og3.xbuqk121 { background: linear-gradient(135deg, #FF8C42 0%, #FFA94D 100%); }
.w77mb6fc { height: 160px; background: var(--beige); display: flex; align-items: center; justify-content: center; font-size: 5rem; }
.pe1znhdh { padding: 1.3rem; }
.xnc3msjg { color: var(--gold); font-size: 0.9rem; margin-bottom: 0.5rem; }
.xnc3msjg span { color: var(--gray); font-size: 0.8rem; }
.u68k26fc { font-size: 1.05rem; font-weight: 600; color: var(--dark); margin-bottom: 0.4rem; }
.nn2tnona { font-size: 0.85rem; color: var(--gray); margin-bottom: 1rem; line-height: 1.5; }
.l9gyy872 { display: flex; justify-content: space-between; align-items: center; }
.ommozbnn { display: flex; flex-direction: column; }
.kpdrkszj { font-size: 0.85rem; color: var(--gray); text-decoration: line-through; }
.z51lnb59 { font-size: 1.2rem; font-weight: 700; color: var(--primary); }
.zm1dojch { width: 38px; height: 38px; border-radius: 50%; background: var(--gradient-green); color: var(--white); border: none; font-size: 1.5rem; cursor: pointer; transition: all 0.3s; display: flex; align-items: center; justify-content: center; }
.zm1dojch:hover { transform: scale(1.1); box-shadow: 0 4px 12px rgba(45, 80, 22, 0.4); }
.ch38sfgi { text-align: center; }
.jp3f9c5v { background: transparent; border: 2px solid var(--gold); color: var(--dark); }
.jp3f9c5v:hover { background: var(--gold); color: var(--white); }

/* Herbs Section */
.jya2vskh { padding: 5rem 0; background: var(--white); }
.uulmvhim { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; }
.jlmmf0bj { background: var(--cream); border-radius: var(--radius-lg); padding: 2rem; text-align: center; transition: all 0.3s; cursor: pointer; border: 1px solid var(--beige); }
.jlmmf0bj:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: var(--gold-light); }
.oh0aydxl { position: relative; width: 120px; height: 120px; margin: 0 auto 1.5rem; }
.ysx76col { font-size: 4rem; position: relative; z-index: 1; }
.kmcbkqqr { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100px; height: 100px; border: 3px solid var(--gold-light); border-radius: 50%; }
.j34udw9r { font-size: 1.3rem; font-weight: 700; color: var(--primary); margin-bottom: 0.8rem; }
.qc87d135 { font-size: 0.9rem; color: var(--gray); margin-bottom: 1rem; line-height: 1.6; }
.h5p4oimr { text-align: left; }
.h5p4oimr li { font-size: 0.85rem; color: var(--dark); padding: 0.3rem 0; }
.h5p4oimr li::before { content: '🌿 '; }

/* Benefits Section */
.sllmgzej { padding: 5rem 0; background: var(--beige); }
.t8qtc726 { display: grid; grid-template-columns: 1.2fr 1fr; gap: 4rem; align-items: center; }
.toaxr5w3 { display: flex; flex-direction: column; gap: 1.5rem; }
.sh0g08dq { display: flex; gap: 1.5rem; background: var(--white); padding: 1.5rem; border-radius: var(--radius-md); box-shadow: var(--shadow-sm); transition: all 0.3s; cursor: pointer; }
.sh0g08dq:hover { transform: translateX(10px); box-shadow: var(--shadow-md); }
.zmhlbtwe { font-size: 2.5rem; flex-shrink: 0; }
.bg8afkez h4 { font-size: 1.1rem; font-weight: 600; color: var(--dark); margin-bottom: 0.4rem; }
.bg8afkez p { font-size: 0.9rem; color: var(--gray); line-height: 1.6; }
.k32o3orv { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.ffsehdid { background: var(--gradient-green); color: var(--white); padding: 2rem; border-radius: var(--radius-lg); text-align: center; box-shadow: var(--shadow-lg); }
.p4c5vmju { font-size: 2.5rem; font-weight: 700; display: block; margin-bottom: 0.5rem; }
.mpudebhw { font-size: 0.9rem; opacity: 0.9; }

/* Reviews */
.sz61mb1o { padding: 5rem 0; background: var(--cream); }
.l8yh3m3n { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.cx6zygc0 { background: var(--white); border-radius: var(--radius-lg); padding: 2rem; box-shadow: var(--shadow-md); transition: all 0.3s; cursor: pointer; }
.cx6zygc0:hover { transform: translateY(-5px); box-shadow: var(--shadow-xl); }
.eguzkupf { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; }
.mva9yb4v { font-size: 3rem; }
.v5n7b8wq h4 { font-size: 1rem; font-weight: 600; color: var(--dark); }
.lt81n23n { color: var(--gold); font-size: 0.9rem; }
.k6g39s6d { font-size: 0.8rem; color: var(--gray); margin-left: auto; }
.hdgd0ni5 { font-size: 0.95rem; color: var(--dark); line-height: 1.7; margin-bottom: 1rem; font-style: italic; }
.a2zmpnx3 { display: flex; align-items: center; gap: 0.5rem; padding-top: 1rem; border-top: 1px dashed var(--light-gray); }
.ccdg28s7 { font-size: 1.2rem; }
.a2zmpnx3 span { font-size: 0.85rem; color: var(--gray); }

/* Promo Section */
.pepu0ey5 { padding: 4rem 0; }
.k40evn4e { background: var(--gradient-green); border-radius: var(--radius-xl); padding: 3rem; display: grid; grid-template-columns: 1.2fr 1fr; gap: 3rem; align-items: center; box-shadow: var(--shadow-xl); position: relative; overflow: hidden; }
.k40evn4e::before { content: ''; position: absolute; top: -50%; right: -10%; width: 400px; height: 400px; background: rgba(255,255,255,0.05); border-radius: 50%; }
.g45ex84d { display: inline-block; background: var(--gradient-gold); color: var(--dark); padding: 0.5rem 1.3rem; border-radius: 25px; font-weight: 700; margin-bottom: 1.5rem; }
.j2u1p4ih { font-size: 2.2rem; color: var(--white); margin-bottom: 0.8rem; }
.ydt2e6f7 { color: rgba(255,255,255,0.9); font-size: 1rem; margin-bottom: 2rem; }
.vzbt14r8 { display: flex; gap: 1rem; flex-wrap: wrap; }
.vzbt14r8 input { flex: 1; min-width: 180px; padding: 1rem 1.5rem; border: none; border-radius: 50px; font-size: 0.95rem; font-family: inherit; outline: none; }
.vzbt14r8 input:focus { box-shadow: 0 0 0 3px rgba(255,255,255,0.2); }
.a5q4xhpd { color: rgba(255,255,255,0.8); font-size: 0.85rem; margin-top: 1rem; }
.wer62qlv { display: flex; justify-content: center; }
.gr8kvuft { font-size: 8rem; animation: bounce 2s ease-in-out infinite; }
@keyframes bounce { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-20px); } }

/* Footer */
.b93nifxn { background: var(--dark); color: var(--white); padding: 4rem 0 2rem; }
.o4p938k8 { display: grid; grid-template-columns: 2fr repeat(4, 1fr); gap: 3rem; margin-bottom: 3rem; }
.jmd07ji1 { display: flex; align-items: center; gap: 0.8rem; margin-bottom: 1.2rem; }
.t9whs36w { color: #aaa; line-height: 1.9; margin-bottom: 1.5rem; }
.jm0254qg { display: flex; gap: 0.8rem; }
.jm0254qg a { width: 42px; height: 42px; background: rgba(255,255,255,0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; transition: all 0.3s; }
.jm0254qg a:hover { background: var(--gold); transform: translateY(-3px); }
.edbqr819 h4 { color: var(--gold); margin-bottom: 1.5rem; font-size: 1.05rem; }
.edbqr819 ul li { margin-bottom: 0.7rem; }
.edbqr819 a { color: #aaa; }
.edbqr819 a:hover { color: var(--white); padding-left: 5px; }
.mil2j9l8 li { color: #aaa; margin-bottom: 0.9rem; }
.ja3i67cf { display: flex; justify-content: space-between; align-items: center; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,0.1); color: #888; }
.irf7eqes { display: flex; gap: 1rem; font-size: 1.5rem; }

/* Modal */
.ifowkqex { display: none; position: fixed; z-index: 2000; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); align-items: center; justify-content: center; backdrop-filter: blur(5px); }
.uiuan4yl { background: var(--white); padding: 3rem; border-radius: var(--radius-xl); text-align: center; max-width: 420px; position: relative; animation: modalSlide 0.4s ease; border: 3px solid var(--gold-light); }
@keyframes modalSlide { from { transform: translateY(-50px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.kjqhyoup { position: absolute; top: 12px; right: 18px; font-size: 2.2rem; cursor: pointer; color: #aaa; background: none; border: none; transition: color 0.3s; }
.kjqhyoup:hover { color: var(--primary); }
.n7uxrc55 { font-size: 5rem; margin-bottom: 1rem; }
.vzjq7tjp { color: var(--dark); font-size: 1.8rem; margin-bottom: 0.5rem; }
.fgiomxu6 { color: var(--gray); font-size: 1rem; }

/* Responsive */
@media (max-width: 1200px) {
  .t2nrjpg2 { grid-template-columns: repeat(3, 1fr); }
  .e98ohbox { grid-template-columns: repeat(2, 1fr); }
  .uulmvhim { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 992px) {
  .hchdxby6 { grid-template-columns: 1fr; text-align: center; }
  .femymqn1 { margin: 0 auto 2rem; }
  .tzkozjyp { justify-content: center; }
  .io5alo0n { justify-content: center; }
  .t8qtc726 { grid-template-columns: 1fr; }
  .k40evn4e { grid-template-columns: 1fr; text-align: center; }
  .vzbt14r8 { justify-content: center; }
  .o4p938k8 { grid-template-columns: repeat(2, 1fr); }
  .l8yh3m3n { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .wun8p0dc { flex-direction: column; gap: 0.5rem; text-align: center; }
  .l62dk98f { display: none; }
  .b7of4bz2 { font-size: 2.5rem; }
  .df0zkoie { font-size: 2rem; }
  .t2nrjpg2 { grid-template-columns: repeat(2, 1fr); }
  .e98ohbox { grid-template-columns: 1fr; }
  .uulmvhim { grid-template-columns: 1fr; }
  .m7naqpob { grid-template-columns: 1fr; }
  .k32o3orv { grid-template-columns: 1fr; }
  .o4p938k8 { grid-template-columns: 1fr; }
  .ja3i67cf { flex-direction: column; gap: 1rem; text-align: center; }
}
