@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}}

.product-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-bottom:40px}.product-gallery figure{margin:0;padding:24px;background:#f8faf7;border:1px solid var(--line);border-radius:6px;text-align:center}.product-gallery img{display:block;width:100%;height:240px;object-fit:contain;margin-bottom:18px}.product-gallery figcaption{font-weight:600}.contact-actions{display:flex;flex-direction:column;gap:12px;flex-shrink:0}.hero-image{padding-bottom:65px}.hero-image img{max-height:430px}.contact-actions .button{white-space:nowrap}@media(max-width:650px){.product-gallery{grid-template-columns:1fr;gap:16px}.product-gallery img{height:220px}.contact-actions{width:100%}.contact-actions .button{white-space:normal}}
/* Catalog and stories: retain Yordxam's green/orange identity. */
.skip{position:absolute;left:12px;top:-100px;z-index:10;background:white;padding:12px}.skip:focus{top:12px}.category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:30px}.category-card{border:1px solid var(--line);border-radius:8px;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .2s}.category-card:hover{box-shadow:0 8px 25px #00683718}.category-image{height:250px;background:#f7faf7;display:flex;align-items:center;justify-content:center;padding:20px}.category-image img{width:100%;height:100%;object-fit:contain}.category-copy{padding:25px;display:flex;flex-direction:column;flex:1}.category-copy h3{margin:0 0 12px}.category-copy p{margin:0 0 24px;color:#53665a}.read-link{font-weight:600;color:var(--green);display:inline-block;margin-top:auto;font-size:16px}.story-band{display:grid;grid-template-columns:1fr 1.4fr;gap:55px;background:#f2f7f2;border-top:1px solid var(--line)}.story-band p{margin-top:0}.water-tile{text-align:center;color:var(--green)}.water-tile>span{font-size:64px;font-weight:600;line-height:1.2}.water-tile p{font-size:18px;line-height:1.6}.water-panel{background:#eaf5f3;padding:40px;display:flex;flex-direction:column;justify-content:center;min-height:300px;border-radius:8px}.water-panel strong{font-size:clamp(36px,5vw,62px)}.water-panel p{margin:14px 0}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center;margin:30px 0 55px;min-width:0}.detail-grid>div{min-width:0}.detail-grid h1{font-size:clamp(32px,3.8vw,48px);line-height:1.6}.catalog-photo{margin:0;background:#f8faf8;padding:24px;border-radius:8px;min-width:0}.catalog-photo img{width:100%;max-height:440px;object-fit:contain;display:block}.catalog-photo figcaption{font-size:14px;color:#53665a;margin-top:20px}.catalog-photo a{display:block}.subheading{font-size:24px;line-height:1.7}.back{font-weight:600;font-size:16px;color:var(--green)}.breadcrumb{justify-content:flex-start;max-width:none!important;flex-wrap:wrap;gap:10px;font-size:16px}.breadcrumb a{text-decoration:underline;text-underline-offset:4px}.product-tag{display:inline-block;margin:0;padding:3px 12px;background:#eef4ec;color:var(--green);border-radius:4px}.detail-lead{font-size:21px;line-height:1.8}.specs{margin:25px 0}.specs>div{display:grid;grid-template-columns:110px 1fr;gap:15px;padding:12px 0;border-bottom:1px solid var(--line)}.specs dt{color:#5d6c63}.specs dd{margin:0;font-weight:500}.reading{max-width:800px;margin:35px auto 60px}.reading h2{font-size:28px;margin:36px 0 14px}.reading p{font-size:18px;line-height:2;margin:0 0 24px}.reading .availability{font-size:16px;padding-top:20px;border-top:1px solid var(--line)}.catalog-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin-top:25px}.catalog-card{border:1px solid var(--line);border-radius:6px;padding:28px;display:flex;flex-direction:column}.catalog-card h3{margin:0 0 12px}.catalog-card .eyebrow{color:#88501c;font-size:14px;margin-bottom:12px}.catalog-card p{margin-top:0}.catalog-card .read-link{padding-top:15px}.about-heading{max-width:900px;background:var(--green);color:white;padding:45px;margin:30px 0 45px;border-radius:8px}.about-heading .eyebrow{color:#ffd09c}.about-heading h1{font-size:clamp(32px,4vw,48px)}header nav{font-size:16px}.hero-copy{padding-top:40px;padding-bottom:40px}.hero h1{font-size:clamp(30px,3vw,44px)}.hero{min-height:490px}.hero-image{min-height:420px}.contact-actions{max-width:100%}a,dd,p{overflow-wrap:break-word}
@media(max-width:1000px){.category-grid{gap:15px}.category-copy{padding:18px}.category-image{height:210px;padding:15px}.category-copy h3{font-size:23px}.detail-grid{gap:28px}.story-band{gap:30px}.category-copy p{font-size:16px}}
@media(max-width:700px){header{flex-wrap:wrap;padding:18px 6%;gap:18px}.wordmark img{width:44px;height:60px}.brand-name{font-size:16px;max-width:none}.brand-name small{font-size:12px;letter-spacing:.5px}header nav{width:100%;max-width:none;justify-content:space-between;gap:10px}header nav a:nth-child(2){display:inline}.category-grid,.detail-grid,.catalog-grid,.story-band{grid-template-columns:1fr}.category-image{height:245px}.category-copy{padding:24px}.hero-image{min-height:260px}.detail-grid{margin:28px 0 38px;gap:25px}.detail-grid h1{font-size:32px}.detail-grid .catalog-photo{padding:20px}.catalog-photo img{max-height:340px}.reading h2{font-size:25px}.reading p{font-size:17px}.about-heading{padding:28px 22px}.breadcrumb{font-size:14px}.specs>div{grid-template-columns:95px 1fr}.water-panel{min-height:230px;padding:25px}.story-band{gap:25px}.category-copy h3{font-size:27px}}
.card-photo{display:block;background:#f8faf8;border-radius:4px;margin-bottom:24px;padding:18px}.card-photo img{display:block;width:100%;height:220px;object-fit:contain}
