:root{--bg:#111211;--panel:#1b1c1a;--text:#f5f6ee;--muted:#a6aaa2;--lime:#d4f64a}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:95px}body{margin:0;background:var(--bg);color:var(--text);font-family:'Space Grotesk','Noto Sans Thai',sans-serif}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid var(--lime);outline-offset:6px}.header{height:100px;display:flex;align-items:center;justify-content:space-between;max-width:1440px;padding:0 5%;margin:auto;border-bottom:1px solid #343630}.logo{font-size:38px;font-weight:700;letter-spacing:-2px;display:inline-flex;align-items:baseline}.logo span{color:var(--lime);font-size:23px;letter-spacing:-1px;margin-left:3px}.logo i{width:7px;height:7px;background:var(--lime);margin-left:5px}.header nav{display:flex;gap:32px;font-size:14px;color:#d1d3cb}.header nav a:hover,footer>a:last-child:hover{color:var(--lime)}.header-cta{font-size:14px;display:flex;gap:22px;align-items:center}.header-cta span{font-size:24px;color:var(--lime)}.hero{max-width:1440px;margin:auto;display:grid;grid-template-columns:1fr 1fr;padding:40px 5% 48px;gap:40px;min-height:635px}.hero-copy{padding-top:27px;display:flex;flex-direction:column;align-items:flex-start}.eyebrow{font-size:12px;font-weight:500;letter-spacing:1.8px}.tiny-mark{color:var(--lime);font-size:22px;vertical-align:middle;margin-right:10px}h1{font-size:clamp(48px,5.4vw,78px);line-height:1.32;letter-spacing:-2px;margin:25px 0 17px;font-weight:600}.accent{color:var(--lime)}.hero p{font-size:17px;line-height:1.9;color:#b4b7ae;margin:0 0 28px}.button{background:var(--lime);color:#171a0d;padding:17px 24px;display:inline-flex;gap:38px;align-items:center;font-size:15px;font-weight:600;border-radius:5px;transition:transform .2s,background .2s}.button:hover{background:#e3ff7b;transform:translateY(-3px)}.button span{font-size:23px;line-height:1}.hero-foot{display:flex;justify-content:space-between;width:100%;font-size:10px;letter-spacing:1.5px;color:#81867b;margin-top:auto;padding-top:35px}.hero-art{position:relative;min-height:530px;overflow:hidden;border-radius:8px;background:#252729}.hero-art>img{width:100%;height:100%;position:absolute;object-fit:cover;object-position:center}.hero-art:after{content:'';position:absolute;inset:0;background:linear-gradient(#0007,transparent 28%,transparent 60%,#000b)}.art-top,.art-bottom{position:absolute;left:28px;right:28px;display:flex;justify-content:space-between;z-index:1}.art-top{top:25px;font-size:10px;letter-spacing:1.5px;align-items:center}.art-top>span:last-child{font-size:28px}.art-bottom{bottom:25px;font-size:14px;line-height:1.6;align-items:end}.art-bottom b{font-weight:400;color:#bdc0b7}.round-icon{border:1px solid #ffffff60;border-radius:50%;height:48px;width:48px;text-align:center;font-size:32px}.ticker{background:var(--lime);color:#161a0c;display:flex;justify-content:space-around;align-items:center;gap:28px;padding:23px 4%;font-size:18px;letter-spacing:1px;font-weight:600;overflow:hidden;white-space:nowrap}.ticker i{font-style:normal;font-size:26px}.section{max-width:1440px;margin:auto;padding:95px 5%}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:40px}h2{font-weight:500;font-size:44px;line-height:1.4;letter-spacing:-1px;margin:20px 0 0}.section-heading p,.lifestyle-intro p{font-size:15px;line-height:1.9;color:var(--muted);margin:20px 0 4px}.categories{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.category{border:1px solid #363831;border-radius:6px;background:var(--panel);padding:26px 28px;transition:background .2s,border-color .2s}.category:hover{background:#262a1c;border-color:var(--lime)}.category-number{font-size:11px;color:#a9ad9f;letter-spacing:1.4px}.icon{height:142px;display:flex;align-items:center;justify-content:center;color:var(--lime)}.icon svg{width:90px;height:90px}.category-title{display:flex;justify-content:space-between;align-items:center}.category-title h3{font-size:24px;margin:12px 0 3px;font-weight:500}.category-title>span{font-size:26px}.category p{font-size:14px;color:var(--muted);margin:8px 0}.lifestyle{border-top:1px solid #343630;display:grid;grid-template-columns:1fr 1.2fr;gap:80px}.large-star{font-size:125px;line-height:1.5;color:var(--lime);display:block;margin-top:35px}.use-cases article{display:flex;gap:28px;padding:28px 0;border-bottom:1px solid #343630;scroll-margin-top:20px}.use-cases article:first-child{padding-top:0}.use-cases article>span{color:var(--lime);font-size:13px;padding-top:7px}.use-cases h3{font-size:24px;font-weight:500;margin:0 0 12px}.use-cases p{font-size:15px;line-height:1.9;color:var(--muted);margin:0 0 20px}.tags{display:flex;gap:8px}.tags span{font-size:12px;border:1px solid #44483b;border-radius:30px;padding:5px 13px;color:#cad0be}.about{background:var(--lime);color:#1b2210;border-radius:8px;margin:0 auto 60px;max-width:calc(1440px - 10%);width:90%;padding:55px 48px}.about h2{font-size:52px;line-height:1.4}.about h2 span{color:#57672b}.about-bottom{display:flex;justify-content:space-between;align-items:end;gap:25px;margin-top:28px}.about p{font-size:16px;line-height:1.9;margin:0}.button.dark{background:#171c0f;color:#f0f5df;flex-shrink:0}.button.dark:hover{background:#303c1b}footer{padding:30px 5% 45px;max-width:1440px;margin:auto;display:flex;justify-content:space-between;align-items:center}footer>span,footer>a:last-child{font-size:12px;color:var(--muted)}@media(min-width:1500px){.about{max-width:1296px}}@media(max-width:850px){.header nav{gap:16px}.header-cta{display:none}.hero{gap:24px}.hero-art{min-height:470px}h1{font-size:48px}.hero p{font-size:15px}.section{padding:65px 5%}.section-heading{align-items:start;gap:24px}h2{font-size:35px}.category{padding:20px}.category-title h3{font-size:20px}.lifestyle{gap:40px}.about{padding:40px}.about h2{font-size:43px}.about-bottom{align-items:start;flex-direction:column}.ticker{font-size:15px;gap:22px}}@media(max-width:600px){.header{height:80px}.logo{font-size:31px}.header nav{gap:18px;font-size:13px}.header nav a:nth-child(2){display:none}.hero{grid-template-columns:1fr;padding-top:20px;gap:28px}.hero-copy{padding-top:15px}h1{font-size:51px;margin-top:20px}.hero p{font-size:16px}.hero-foot{padding-top:26px}.hero-art{min-height:400px}.ticker{justify-content:flex-start;padding:19px 5%;font-size:14px}.ticker span:last-of-type,.ticker i:last-child{display:none}.section-heading{display:block}.section-heading p{margin-top:20px}h2{font-size:34px}.categories{grid-template-columns:1fr;gap:13px}.category{display:grid;grid-template-columns:1fr 90px;padding:22px}.category-number{grid-column:1}.icon{grid-column:2;grid-row:1/4;height:100px}.category-title{grid-column:1;justify-content:start;gap:20px}.category-title h3{font-size:24px}.category p{grid-column:1}.lifestyle{grid-template-columns:1fr;gap:32px}.large-star{display:none}.use-cases h3{font-size:22px}.use-cases article{gap:18px}.use-cases p br,.about p br{display:none}.about{padding:32px 24px;margin-bottom:20px}.about h2{font-size:34px}.about p{font-size:15px}footer{flex-wrap:wrap;gap:22px}footer>span{order:3;width:100%;font-size:11px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
.duo{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center;border-bottom:1px solid #343630}.duo-copy>.eyebrow{color:var(--lime)}.duo h2{font-family:'Space Grotesk',sans-serif;font-size:clamp(45px,5.4vw,76px);letter-spacing:-3px;margin:22px 0 12px;line-height:1.15}.duo h3{font-size:clamp(30px,3.3vw,46px);font-weight:500;line-height:1.45;margin:0 0 22px}.duo h3 span{color:var(--lime)}.duo-copy>p{font-size:16px;line-height:1.9;color:var(--muted)}.duo-features{display:flex;gap:36px;padding:24px 0 30px;margin-top:20px;border-top:1px solid #343630}.duo-features>div{display:flex;flex-direction:column;gap:8px}.duo-features b{font-size:26px;font-weight:500}.duo-features span{font-size:14px;color:var(--muted)}.duo-copy>.duo-note{font-size:12px;line-height:1.8;max-width:390px;margin-top:18px}.duo-poster{display:block;border-radius:8px;overflow:hidden;border:1px solid #393e2a}.duo-poster img{display:block;width:100%;height:auto}.header nav{gap:22px}@media(max-width:850px){.duo{gap:30px}.duo-copy>p br{display:none}.duo-features{gap:24px}.duo-features b{font-size:23px}}@media(max-width:600px){.duo{grid-template-columns:1fr;gap:32px}.duo h2{font-size:50px}.duo h3{font-size:36px}.duo-poster{max-width:420px;width:100%;margin:auto}.header nav{gap:16px}.header nav a:nth-child(2),.header nav a:nth-child(3){display:none}}
