@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Lao:wght@400;500;600;700&display=swap');
:root{--green:#154c37;--orange:#ee7f29;--ink:#18372b;--paper:#fff;--line:#dce4de}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:35px}body{margin:0;color:var(--ink);background:var(--paper);font-family:'Noto Sans Lao',sans-serif;font-size:16px;line-height:1.85}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid #ef7f29;outline-offset:6px}header{max-width:1440px;margin:auto;padding:23px 6%;display:flex;align-items:center;justify-content:space-between;gap:25px}.wordmark{display:flex;flex-direction:column;line-height:1.25}.wordmark strong{font-size:32px}.wordmark strong span{color:var(--orange)}.wordmark small{font-size:12px;letter-spacing:1.5px;margin-top:6px}nav{display:flex;align-items:center;gap:30px;font-size:15px;font-weight:600}.nav-contact{padding:9px 19px;border:1px solid var(--line);border-radius:5px}.hero{max-width:1440px;margin:auto;display:grid;grid-template-columns:1.06fr 1fr;min-height:610px;background:var(--green);color:#fff}.hero-copy{padding:70px 10% 35px 11.3%;display:flex;align-items:flex-start;flex-direction:column;justify-content:center}.eyebrow{font-weight:600;font-size:14px;letter-spacing:.3px;margin:0 0 20px}.hero .eyebrow{color:#ffd09c}h1{font-size:clamp(32px,3.35vw,51px);line-height:1.55;margin:0 0 22px;font-weight:600}h1 span{color:#ffc386}.intro{max-width:460px;margin:0 0 32px;color:#e2ece6;font-size:18px}.button{display:inline-flex;gap:25px;align-items:center;justify-content:center;min-height:52px;padding:11px 25px;border-radius:4px;font-weight:700}.orange{background:var(--orange);color:#172d22}.button:hover{filter:brightness(1.08)}.hero-note{border-top:1px solid #557761;display:flex;justify-content:space-between;gap:15px;width:100%;margin-top:55px;padding-top:20px;font-size:12px;letter-spacing:1px;color:#b6cdbf}.hero-image{margin:0;position:relative;min-height:540px;overflow:hidden}.hero-image img{width:100%;height:100%;position:absolute;object-fit:cover}.hero-image figcaption{position:absolute;bottom:0;left:0;right:0;padding:30px 20px 13px;background:linear-gradient(transparent,#0009);color:white;font-size:12px}.section{padding:80px 6%;max-width:1440px;margin:auto}h2{font-size:clamp(27px,3vw,38px);font-weight:600;line-height:1.6;margin:0}h3{font-size:26px;line-height:1.5;margin:24px 0 12px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:35px}.section-heading .eyebrow{color:#93511e;margin-bottom:8px}.section-heading>p{max-width:350px;color:#5d6c63;margin:0}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:6px;overflow:hidden}.product{padding:28px 24px;display:flex;flex-direction:column;background:#fafcf9}.product+.product{border-left:1px solid var(--line)}.product:nth-child(2n){background:white}.product-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.number{font-size:24px;color:#b3672d}.english{font-size:12px;letter-spacing:.6px;font-weight:600}.product p{margin:0 0 23px;color:#55665b}.tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:auto;margin-bottom:30px}.tags span{background:#edf2ec;padding:3px 9px;font-size:13px;border-radius:3px}.product>a{font-size:15px;font-weight:600;display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:18px}.availability{font-size:14px;color:#647468;margin:22px 0 0}.about{border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 3fr;gap:40px}.about>.eyebrow{color:#93511e}.about>div{display:grid;grid-template-columns:1fr 1fr;gap:55px}.about p{margin-top:0;color:#53665a;font-size:18px}.contact{background:var(--green);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:35px}.contact p:not(.eyebrow){max-width:630px;color:#d5e7db;margin-bottom:0}.contact .eyebrow{color:#ffc386;margin-bottom:10px}.light{background:#fff;color:var(--green);flex-shrink:0}footer{max-width:1440px;margin:auto;padding:38px 6%;display:flex;justify-content:space-between;align-items:center;gap:20px}footer p{font-size:14px;color:#637267;margin:5px 0 0}footer>a{font-size:14px}@media(min-width:1441px){.hero,.contact{border-radius:7px}}@media(max-width:1000px){.product-grid{grid-template-columns:1fr 1fr}.product:nth-child(3){border-left:0}.product:nth-child(n+3){border-top:1px solid var(--line)}.about{grid-template-columns:1fr}.hero-copy{padding-top:40px;padding-bottom:30px}.hero-note{flex-direction:column;gap:5px}.contact{align-items:flex-start;flex-direction:column}}@media(max-width:650px){header{padding:20px 6%;align-items:flex-start}.wordmark strong{font-size:27px}.wordmark small{font-size:10px}nav{gap:13px;font-size:14px;flex-wrap:wrap;justify-content:flex-end;max-width:210px}.nav-contact{padding:0;border:none}nav a:nth-child(2){display:none}.hero{grid-template-columns:1fr;min-height:0}.hero-copy{padding:40px 6% 30px}h1{font-size:34px}.intro{font-size:17px}.hero-note{flex-direction:row;margin-top:35px;font-size:10px}.hero-image{min-height:310px}.section{padding:48px 6%}.section-heading{display:block}.section-heading>p{margin-top:16px}.product-grid{grid-template-columns:1fr}.product+.product{border-left:0;border-top:1px solid var(--line)}.product{padding:25px}.product p{margin-bottom:18px}.tags{margin-bottom:20px}.about{gap:15px}.about>div{grid-template-columns:1fr;gap:22px}.about h2 br{display:none}footer{align-items:flex-start;flex-direction:column}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

:root{--green:#006837;--orange:#f7941d}.wordmark{flex-direction:row;align-items:center;gap:16px}.wordmark img{width:58px;height:79px;object-fit:contain}.brand-name{font-size:18px;font-weight:600}.brand-name small{display:block;font-size:11px;font-weight:400}.hero-image{background:#fff;margin:24px 24px 24px 0;border-radius:5px;min-height:500px;display:flex;align-items:center;padding:25px}.hero-image img{position:static;width:100%;height:auto;object-fit:contain}.hero-image figcaption{color:var(--green);background:none;text-align:center;font-size:16px;padding:20px}.range-image{display:block;width:100%;height:auto;margin:0 0 40px}.hero-copy{padding-top:45px}.hero{min-height:570px}@media(max-width:650px){.brand-name{font-size:14px;max-width:160px}.wordmark{gap:10px}.wordmark img{width:43px;height:59px}.brand-name small{font-size:9px;letter-spacing:.6px}nav{max-width:110px}.hero-image{margin:0 6% 25px;min-height:280px;padding:30px 15px 60px}.hero-image figcaption{font-size:14px}.range-image{margin-bottom:25px}}
