
:root{--green:#073f2b;--green2:#0b5b3b;--gold:#c9982c;--ink:#132018;--cream:#f7f3e8;--white:#fff;--muted:#607067;--line:#dfe7e1;--shadow:0 18px 45px rgba(7,63,43,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1180px,92vw);margin:auto}.topbar{background:var(--green);color:#eaf4ef;font-size:.88rem;padding:.42rem 0}.topbar .container{display:flex;justify-content:space-between;gap:1rem}.nav{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}.navin{height:78px;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.brand{display:flex;align-items:center;gap:.7rem;font-weight:900;color:var(--green);letter-spacing:.02em}.brand img{width:52px;height:52px;object-fit:cover;border-radius:50%}.brand small{display:block;color:var(--gold);font-weight:700;letter-spacing:.13em}.links{display:flex;align-items:center;gap:1.05rem;font-weight:700;font-size:.92rem}.links a:hover{color:var(--gold)}.menu{display:none;border:0;background:transparent;font-size:1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.82rem 1.15rem;border-radius:999px;background:var(--gold);color:#102016;font-weight:850;border:1px solid var(--gold);transition:.2s}.btn:hover{transform:translateY(-2px)}.btn.alt{background:transparent;color:#fff;border-color:#fff}.btn.green{background:var(--green);border-color:var(--green);color:#fff}.hero{min-height:690px;display:grid;align-items:center;color:#fff;background:linear-gradient(90deg,rgba(3,31,21,.88),rgba(3,31,21,.28)),url('../images/hero.jpg') center/cover}.hero h1{font-size:clamp(3rem,7vw,6.7rem);line-height:.9;margin:.25rem 0 1.2rem;max-width:900px;letter-spacing:-.05em}.hero p{font-size:1.25rem;max-width:680px}.eyebrow{color:var(--gold);font-weight:900;letter-spacing:.18em;text-transform:uppercase;font-size:.8rem}.actions{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:1.6rem}.section{padding:88px 0}.section.soft{background:var(--cream)}.section.dark{background:var(--green);color:#fff}.section h2{font-size:clamp(2rem,4vw,3.5rem);line-height:1.05;margin:.35rem 0 1rem;letter-spacing:-.03em}.lead{font-size:1.12rem;color:var(--muted);max-width:760px}.dark .lead{color:#d6e6de}.grid{display:grid;gap:1.25rem}.g3{grid-template-columns:repeat(3,1fr)}.g4{grid-template-columns:repeat(4,1fr)}.g2{grid-template-columns:1.05fr .95fr}.card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:1.35rem;box-shadow:0 8px 28px rgba(7,63,43,.06)}.card h3{margin:.25rem 0}.dark .card{background:#0c5138;border-color:#2d7158;color:#fff}.icon{width:46px;height:46px;border-radius:14px;background:#f2e7c8;color:#805d0d;display:grid;place-items:center;font-weight:900}.story{display:grid;grid-template-columns:repeat(6,1fr);gap:.75rem;margin-top:2rem}.step{padding:1.1rem;border-radius:18px;background:#fff;border:1px solid var(--line)}.step b{display:block;color:var(--gold);font-size:1.25rem}.feature-img{border-radius:28px;box-shadow:var(--shadow);overflow:hidden}.feature-img img{width:100%;height:100%;object-fit:cover}.split{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.product{background:linear-gradient(145deg,#fff,#f5f0e3);border-radius:30px;padding:2rem;border:1px solid #eadfbd}.product img{max-height:600px;margin:auto;object-fit:contain}.chips{display:flex;gap:.55rem;flex-wrap:wrap;margin-top:1rem}.chip{padding:.45rem .72rem;border-radius:999px;background:#e9f2ed;color:var(--green);font-weight:750;font-size:.88rem}.cropgrid{display:grid;grid-template-columns:repeat(5,1fr);gap:.8rem}.crop{min-height:140px;border-radius:18px;padding:1rem;display:flex;align-items:flex-end;color:#fff;font-weight:850;background:linear-gradient(0deg,rgba(5,49,33,.85),rgba(5,49,33,.08)),url('../images/science-market-2.jpg') center/cover}.cta{padding:2.2rem;border-radius:28px;background:linear-gradient(135deg,var(--green),#0a7048);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:2rem}.footer{background:#052c20;color:#d8e8df;padding:55px 0 28px}.footergrid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:2rem}.footer h4{color:#fff}.footer a{display:block;margin:.3rem 0;color:#d8e8df}.subhero{padding:105px 0 75px;background:linear-gradient(120deg,#073f2b,#0d6b45);color:#fff}.subhero h1{font-size:clamp(2.7rem,6vw,5.2rem);line-height:.95;margin:.4rem 0}.gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.gallery img{border-radius:22px;box-shadow:var(--shadow)}.contactbox{background:var(--cream);padding:1.3rem;border-radius:18px}.note{font-size:.88rem;color:#66736c;border-left:3px solid var(--gold);padding-left:1rem}.lang{border:1px solid var(--line);padding:.4rem .65rem;border-radius:999px}.source{font-size:.82rem;color:#6a766f}.form{display:grid;gap:.9rem}.form input,.form textarea,.form select{width:100%;padding:.9rem 1rem;border:1px solid #cbd8d0;border-radius:12px;font:inherit}.form textarea{min-height:130px}@media(max-width:900px){.links{display:none;position:absolute;left:0;right:0;top:78px;background:#fff;padding:1.2rem 4vw;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line)}.links.open{display:flex}.menu{display:block}.g4,.g3{grid-template-columns:repeat(2,1fr)}.split,.g2{grid-template-columns:1fr}.story{grid-template-columns:repeat(2,1fr)}.cropgrid{grid-template-columns:repeat(2,1fr)}.footergrid{grid-template-columns:1fr}.hero{min-height:610px}.topbar .container{display:block;text-align:center}.gallery{grid-template-columns:1fr}}@media(max-width:560px){.g4,.g3{grid-template-columns:1fr}.story{grid-template-columns:1fr}.hero h1{font-size:3.3rem}.cta{align-items:flex-start;flex-direction:column}.brand span{font-size:.9rem}}

html[lang="th"] body{font-family:"Noto Sans Thai","Tahoma",Inter,ui-sans-serif,system-ui,sans-serif}html[lang="th"] .hero h1,html[lang="th"] .subhero h1{letter-spacing:-.02em;line-height:1.08}html[lang="th"] .eyebrow{letter-spacing:.08em}html[lang="th"] .links{font-size:.9rem}

html[lang="th"] body{font-family:"Noto Sans Thai","Tahoma",Inter,ui-sans-serif,system-ui,sans-serif}html[lang="th"] .hero h1,html[lang="th"] .subhero h1{letter-spacing:-.02em;line-height:1.08}html[lang="th"] .eyebrow{letter-spacing:.08em}html[lang="th"] .links{font-size:.9rem}

.form-status{min-height:1.5rem;margin-top:.75rem;font-weight:700}.form-status.success{color:#176b45}.form-status.error{color:#9b2c2c}.form button[disabled]{opacity:.65;cursor:wait}
