:root{--red:#e7192d;--red-dark:#b80f20;--ink:#171717;--muted:#666;--soft:#e6e6e6;--white:#fff;--line:#e8e8e8;--shadow:0 20px 60px rgba(0,0,0,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Manrope,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.7;overflow-x:hidden}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}.container{width:min(1160px,calc(100% - 40px));margin:auto}.section{padding:96px 0}.eyebrow{display:inline-block;font-size:.75rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:#fff;margin-bottom:14px}.eyebrow.dark{color:var(--red)}h1,h2,h3{margin:0;line-height:1.15}h1{font-family:"Playfair Display",serif;font-size:clamp(2.8rem,6vw,5.5rem);max-width:950px}h2{font-size:clamp(2rem,4vw,3.6rem);max-width:800px}h3{font-size:clamp(1.65rem,3vw,2.7rem)}p{margin:0;color:var(--muted)}
.site-header{position:fixed;inset:0 0 auto;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border-bottom:1px solid rgba(0,0,0,.06)}.nav-wrap{height:78px;display:flex;align-items:center;justify-content:space-between}.brand img{width:52px;height:52px;object-fit:contain}.nav-menu{display:flex;align-items:center;gap:30px;font-weight:700;font-size:.92rem}.nav-menu a{position:relative}.nav-menu a:after{content:"";position:absolute;left:0;right:100%;bottom:-7px;height:2px;background:var(--red);transition:.25s}.nav-menu a:hover:after{right:0}.menu-toggle{display:none;background:none;border:0;font-size:1.5rem}
.lang-switch{display:flex;align-items:center;gap:8px}.lang-btn{display:inline-flex;align-items:center;gap:4px;background:none;border:0;font-family:inherit;font-weight:700;font-size:.82rem;color:var(--muted);cursor:pointer;padding:4px 2px;opacity:.55;transition:opacity .2s,color .2s}.lang-btn:hover{opacity:1}.lang-btn.active{opacity:1;color:var(--red)}.lang-sep{color:var(--line);font-size:.8rem}
.hero{min-height:760px;display:grid;place-items:center;position:relative;background:url('assets/hero-sawit.jpeg') center/cover no-repeat;margin-top:78px}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(22,0,2,.92),rgba(80,0,7,.68) 55%,rgba(0,0,0,.2))}.hero-content{position:relative;color:#fff;padding:100px 0}.hero-content p{color:rgba(255,255,255,.82);max-width:700px;font-size:1.13rem;margin:28px 0 36px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 24px;border-radius:999px;font-weight:800;transition:.25s}.btn-primary{background:var(--red);color:#fff}.btn-primary:hover{background:var(--red-dark);transform:translateY(-2px)}.btn-outline{border:1px solid rgba(255,255,255,.65);color:#fff}.btn-outline:hover{background:#fff;color:var(--ink)}.btn-light{background:#fff;color:var(--red)}
.about{background:var(--soft)}.about-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:90px;align-items:center}.about-photos{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);gap:10px;height:420px}.about-photos img{width:100%;height:100%;object-fit:cover;border-radius:14px}.about-copy h2{margin-bottom:20px}.about-copy>p{font-size:1.08rem}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:40px}.stats div{border-top:3px solid var(--red);padding-top:18px}.stats strong{display:block;font-size:1.5rem;color:var(--ink)}.stats span{font-size:.82rem;color:var(--muted)}
.section-title{margin-bottom:55px}.business{padding-bottom:40px}.business-row{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center;padding-top:58px;padding-bottom:58px;border-top:1px solid var(--line)}.business-row.reverse .business-media{order:2}.business-row.reverse::before{content:"";position:absolute;top:0;bottom:0;left:50%;width:100vw;transform:translateX(-50%);background:var(--soft);z-index:-1}.business-media{height:420px;overflow:hidden;border-radius:24px;background:#f4f4f4;box-shadow:var(--shadow)}.business-media img{width:100%;height:100%;object-fit:cover}.business-media.contain img{object-fit:contain;padding:24px}
.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);gap:8px;padding:8px;box-shadow:none;background:transparent}.gallery-grid img{border-radius:12px}
.gallery-img{cursor:zoom-in;transition:transform .35s, box-shadow .35s}.gallery-img:hover{transform:scale(1.04);box-shadow:0 10px 24px rgba(0,0,0,.22);z-index:1;position:relative}.business-copy{position:relative}.number{display:block;font-size:.76rem;font-weight:800;letter-spacing:.18em;color:var(--red);margin-bottom:16px}.business-copy p{margin-top:22px;font-size:1.05rem}
.cta{padding-top:60px}.cta-box{background:linear-gradient(135deg,var(--red),#8d0714);border-radius:28px;padding:58px 64px;display:flex;justify-content:space-between;align-items:center;gap:30px;color:#fff}.cta-box h2{max-width:700px}
.footer{background:#111;color:#fff;padding:75px 0 25px}.footer-grid{display:grid;grid-template-columns:1.4fr .7fr 1.1fr .7fr;gap:55px}.footer-brand img{width:88px;height:88px;object-fit:contain}.footer p,.footer a{color:#aaa;font-size:.92rem}.footer h4{margin:0 0 18px;font-size:1rem}.footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;gap:8px}.footer a:hover{color:#fff}.footer-brand p{margin-top:20px;max-width:330px}.footer-bottom{border-top:1px solid #292929;margin-top:55px;padding-top:22px;display:flex;justify-content:space-between;color:#777;font-size:.8rem}
.wa-float{position:fixed;right:24px;bottom:24px;width:58px;height:58px;border-radius:50%;background:#25D366;display:grid;place-items:center;z-index:60;box-shadow:0 12px 30px rgba(0,0,0,.25);transition:.25s}.wa-float:hover{transform:translateY(-4px) scale(1.03)}.wa-float svg{width:31px;fill:#fff}.back-top{position:fixed;right:31px;bottom:94px;width:44px;height:44px;border-radius:50%;border:0;background:var(--red);color:#fff;font-size:1.3rem;cursor:pointer;opacity:0;visibility:hidden;transform:translateY(12px);transition:.25s;z-index:59}.back-top:hover{background:var(--red-dark)}.back-top.show{opacity:1;visibility:visible;transform:none}.reveal{opacity:0;transform:translateY(24px);transition:.7s ease}.reveal.visible{opacity:1;transform:none}
.lightbox{position:fixed;inset:0;z-index:100;background:rgba(10,8,8,.94);display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:.25s}.lightbox.open{opacity:1;visibility:visible}.lightbox-figure{max-width:min(90vw,1100px);max-height:86vh;margin:0;display:flex;flex-direction:column;align-items:center;gap:16px}.lightbox-img{max-width:100%;max-height:78vh;width:auto;border-radius:10px;box-shadow:0 30px 80px rgba(0,0,0,.5);opacity:0;transform:scale(.96);transition:.25s}.lightbox.open .lightbox-img{opacity:1;transform:none}.lightbox-caption{color:#fff;font-weight:700;font-size:1.02rem;text-align:center}.lightbox-close{position:absolute;top:24px;right:28px;width:44px;height:44px;border-radius:50%;border:0;background:rgba(255,255,255,.12);color:#fff;font-size:1.15rem;cursor:pointer;transition:.2s}.lightbox-close:hover{background:var(--red)}.lightbox-nav{position:absolute;top:50%;translate:0 -50%;width:54px;height:54px;border-radius:50%;border:0;background:rgba(255,255,255,.12);color:#fff;font-size:2rem;line-height:1;cursor:pointer;display:grid;place-items:center;transition:.2s}.lightbox-nav:hover{background:var(--red)}.lightbox-prev{left:20px}.lightbox-next{right:20px}
@media(max-width:900px){.section{padding:72px 0}.menu-toggle{display:block}.nav-menu{position:absolute;top:78px;left:20px;right:20px;background:#fff;display:none;flex-direction:column;align-items:flex-start;padding:22px;border-radius:16px;box-shadow:var(--shadow)}.nav-menu.open{display:flex}.lang-switch{margin-top:14px;padding-top:14px;border-top:1px solid var(--line);width:100%}.about-grid,.business-row{grid-template-columns:1fr;gap:35px}.about-photos{height:300px}.business-row.reverse .business-media{order:0}.business-media{height:360px}.footer-grid{grid-template-columns:1fr 1fr}.cta-box{padding:42px;flex-direction:column;align-items:flex-start}}
@media(max-width:600px){.container{width:min(100% - 28px,1160px)}.brand img{width:44px;height:44px}.hero{min-height:680px}.hero-content{padding:70px 0}.stats{grid-template-columns:1fr}.business-media{height:300px}.about-photos{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(4,1fr);height:380px}.gallery-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(4,1fr);height:380px}.cta-box{padding:34px 26px}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:4px}.wa-float{right:16px;bottom:16px}.back-top{right:23px;bottom:84px}.lightbox-nav{width:42px;height:42px;font-size:1.6rem}.lightbox-close{top:14px;right:14px}}
