@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap');
:root{--accent:#f6cc35;--ink:#142c3c;--paper:#f6f3eb;--white:#fffdf8;--muted:#69726f;--line:rgba(23,48,46,.16)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}h1,h2,h3,p{margin-top:0}.nav{height:78px;padding:0 5vw;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);position:relative;z-index:5}.logo{font:800 21px 'Manrope';letter-spacing:-.04em}.logo i{display:inline-block;width:12px;height:12px;border-radius:50%;background:var(--accent);margin-right:9px}.nav-links{display:flex;align-items:center;gap:26px;font-size:13px;font-weight:700}.nav-cta{background:var(--ink);color:white;padding:11px 16px;border-radius:99px}.menu{display:none;border:0;background:none;font-size:24px}.hero{min-height:670px;display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:7vw;padding:70px 6vw 90px;position:relative;overflow:hidden}.hero:before{content:'';position:absolute;width:430px;height:430px;border-radius:50%;background:var(--accent);right:-170px;top:-190px;z-index:-1}.eyebrow{display:flex;align-items:center;gap:10px;text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:800;margin-bottom:22px}.eyebrow:before{content:'';width:28px;height:2px;background:currentColor}.hero h1{font:800 clamp(55px,7vw,102px)/.92 'Manrope';letter-spacing:-.07em;margin-bottom:26px}.hero-copy>p{font-size:19px;line-height:1.65;color:var(--muted);max-width:650px}.actions{display:flex;flex-wrap:wrap;align-items:center;gap:14px;margin-top:31px}.button{display:inline-flex;align-items:center;gap:28px;padding:14px 19px;border-radius:99px;font-size:13px;font-weight:800}.primary{background:var(--accent)}.secondary{border:1px solid var(--line)}.hero-visual{position:relative;border-radius:26px;overflow:hidden;box-shadow:0 25px 65px rgba(25,40,38,.16)}.hero-visual img{width:100%;aspect-ratio:4/5;object-fit:cover}.hero-visual figcaption{position:absolute;left:16px;right:16px;bottom:16px;background:rgba(255,253,248,.9);backdrop-filter:blur(10px);border-radius:14px;padding:15px;display:flex;justify-content:space-between;font-weight:800}.hero-visual small{font-weight:500;color:var(--muted)}.metrics{display:grid;grid-template-columns:repeat(3,1fr);background:var(--ink);color:white;padding:42px 7vw}.metric{text-align:center;border-right:1px solid rgba(255,255,255,.18)}.metric:last-child{border:0}.metric strong{display:block;color:var(--accent);font:800 clamp(32px,4vw,57px) 'Manrope'}.metric span{font-size:12px;color:#cbd2d0}.section{padding:110px 7vw;display:grid;grid-template-columns:1fr 3fr;gap:7vw}.section-label{text-transform:uppercase;letter-spacing:.13em;font-size:11px;font-weight:800;color:var(--muted);padding-top:12px}.section h2,.values h2,.contact h2{font:800 clamp(40px,5vw,70px)/1.03 'Manrope';letter-spacing:-.055em}.section p{font-size:20px;line-height:1.72;color:var(--muted);max-width:850px}.solution{background:var(--white)}.services{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:45px}.service{min-height:145px;border:1px solid var(--line);border-radius:18px;padding:20px;display:flex;flex-direction:column;justify-content:space-between;transition:.25s}.service:hover{background:var(--accent);transform:translateY(-3px)}.service span{font-size:10px;color:var(--muted)}.service h3{font:700 20px 'Manrope';margin:0}.values{padding:100px 7vw;background:var(--ink);color:white;display:grid;grid-template-columns:1.1fr .9fr;align-items:end;gap:8vw}.value-pills{display:flex;flex-wrap:wrap;gap:9px}.value-pills span{border:1px solid rgba(255,255,255,.24);border-radius:99px;padding:12px 16px}.contact{padding:105px 7vw;display:grid;grid-template-columns:1.1fr .9fr;gap:8vw;align-items:end}.contact p{color:var(--muted);font-size:17px;line-height:1.65}.footer{padding:28px 5vw;border-top:1px solid var(--line);display:flex;justify-content:space-between;color:var(--muted);font-size:12px}.footer p{margin:0}.layout-1 .hero,.layout-4 .hero{background:linear-gradient(130deg,var(--paper) 65%,color-mix(in srgb,var(--accent) 45%,var(--paper)) 65%)}.layout-2 .hero-visual{transform:rotate(1.5deg)}.layout-3 .hero h1{-webkit-text-stroke:1px var(--ink);color:transparent}.layout-4 .service{border-radius:4px}.layout-0 .hero-visual{border-radius:50% 50% 24px 24px}@media(max-width:850px){.hero,.section,.values,.contact{grid-template-columns:1fr}.hero{padding:55px 22px 70px}.hero-visual{max-width:620px}.hero-visual img{aspect-ratio:16/11}.section,.values,.contact{padding:78px 22px}.section{gap:30px}.values,.contact{gap:40px}.nav{padding:0 20px}.menu{display:block}.nav-links{display:none;position:absolute;top:70px;left:20px;right:20px;flex-direction:column;align-items:stretch;background:var(--white);padding:20px;border:1px solid var(--line);border-radius:16px}.nav-links.open{display:flex}.metrics{padding:32px 10px}.metric strong{font-size:29px}}@media(max-width:520px){.hero h1{font-size:51px}.hero-copy>p{font-size:17px}.services{grid-template-columns:1fr}.section h2,.values h2,.contact h2{font-size:40px}.section p{font-size:18px}.footer{flex-direction:column;gap:10px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
/* Each startup has a deliberately different composition. */
html,body{overflow-x:hidden}.hero h1{overflow-wrap:anywhere}
.theme-siap-makan .hero{grid-template-columns:1.25fr .75fr;align-items:stretch;padding:36px 5vw 55px}.theme-siap-makan .hero-copy{background:var(--white);border:2px solid var(--ink);border-radius:28px;padding:5vw;display:flex;flex-direction:column;justify-content:center}.theme-siap-makan .hero-visual{border:2px solid var(--ink);box-shadow:none}.theme-siap-makan .hero-visual img{height:100%;aspect-ratio:auto}.theme-siap-makan .metrics{background:transparent;color:var(--ink);gap:14px;padding:0 5vw 75px}.theme-siap-makan .metric{background:var(--accent);border:2px solid var(--ink);border-radius:20px;padding:28px 10px}.theme-siap-makan .metric strong,.theme-siap-makan .metric span{color:var(--ink)}

.theme-grand-golden-aquaculture .nav{position:absolute;left:0;right:0;color:white;border-color:#ffffff44}.theme-grand-golden-aquaculture .nav-cta{background:var(--accent);color:var(--ink)}.theme-grand-golden-aquaculture .hero{min-height:820px;padding:150px 7vw 90px;background:var(--ink);color:white}.theme-grand-golden-aquaculture .hero-copy{order:2}.theme-grand-golden-aquaculture .hero-visual{order:1;align-self:stretch;border-radius:2px;box-shadow:none}.theme-grand-golden-aquaculture .hero-visual img{height:100%;aspect-ratio:auto}.theme-grand-golden-aquaculture .hero-copy>p{color:#d2ddda}.theme-grand-golden-aquaculture .section{grid-template-columns:250px minmax(0,850px);justify-content:center}.theme-grand-golden-aquaculture .solution{background:#eaf2ec}.theme-grand-golden-aquaculture .service{border-radius:50% 50% 18px 18px;min-height:190px}

.theme-siduduck{background:#edf1ef}.theme-siduduck .nav{background:var(--ink);color:white}.theme-siduduck .nav-cta{background:var(--accent);color:var(--ink)}.theme-siduduck .hero{margin:28px 3vw;padding:55px;border:1px solid var(--line);border-radius:26px;background:var(--white);min-height:600px}.theme-siduduck .hero-visual{border-radius:12px;box-shadow:none;border:1px solid var(--line)}.theme-siduduck .metrics{margin:0 3vw;gap:1px;border-radius:20px;overflow:hidden;padding:0;background:var(--line)}.theme-siduduck .metric{background:var(--ink);padding:35px 10px;border:0}.theme-siduduck .section{margin:26px 3vw;padding:75px 4vw;border-radius:24px;background:var(--white)}.theme-siduduck .solution{grid-template-columns:1fr}.theme-siduduck .solution .section-label{display:none}.theme-siduduck .services{grid-template-columns:repeat(4,1fr)}

.theme-synaptouch{--paper:#f7fbfa}.theme-synaptouch .hero{grid-template-columns:.78fr 1.22fr;padding-right:0}.theme-synaptouch .hero-visual{border-radius:120px 0 0 120px;box-shadow:none}.theme-synaptouch .hero-visual img{aspect-ratio:16/11}.theme-synaptouch .hero h1{font-size:clamp(60px,8vw,120px);color:transparent;-webkit-text-stroke:1.5px var(--ink)}.theme-synaptouch .metrics{background:var(--white);color:var(--ink);border-block:1px solid var(--line)}.theme-synaptouch .metric strong{color:var(--ink)}.theme-synaptouch .metric span{color:var(--muted)}.theme-synaptouch .section{grid-template-columns:90px 1fr;max-width:1100px;margin:auto}.theme-synaptouch .section-label{writing-mode:vertical-rl}.theme-synaptouch .services{grid-template-columns:1fr}.theme-synaptouch .service{min-height:auto;border-width:1px 0 0;border-radius:0;flex-direction:row;align-items:center}

.theme-arm-corp .hero{grid-template-columns:1fr;padding:90px 8vw 50px;min-height:auto}.theme-arm-corp .hero-copy{display:grid;grid-template-columns:1.3fr .7fr;gap:7vw;align-items:end}.theme-arm-corp .hero-copy .eyebrow,.theme-arm-corp .hero-copy h1{grid-column:1}.theme-arm-corp .hero-copy>p,.theme-arm-corp .actions{grid-column:2}.theme-arm-corp .hero-copy>p{grid-row:1/3;align-self:end}.theme-arm-corp .hero-visual{margin-top:50px;border-radius:0;box-shadow:none}.theme-arm-corp .hero-visual img{aspect-ratio:21/8}.theme-arm-corp .metrics{width:86%;margin:-75px auto 0;position:relative;border-radius:18px}.theme-arm-corp .section{grid-template-columns:1fr 2fr;border-bottom:1px solid var(--line)}.theme-arm-corp .solution{grid-template-columns:1fr}.theme-arm-corp .solution .services{grid-template-columns:repeat(4,1fr)}

.theme-mikroline{background:#eef5f0}.theme-mikroline .hero{min-height:730px}.theme-mikroline .hero:after{content:'';position:absolute;left:5vw;right:5vw;bottom:28px;height:8px;background:linear-gradient(90deg,var(--accent) 0 25%,var(--ink) 25% 50%,#f3b629 50% 75%,var(--accent) 75%);border-radius:99px}.theme-mikroline .hero-visual{border-radius:180px 180px 24px 24px;box-shadow:none;border:8px solid var(--white)}.theme-mikroline .metrics{padding:0 7vw;background:transparent;color:var(--ink)}.theme-mikroline .metric{border:0;border-left:8px solid var(--accent);padding:28px;background:var(--white);text-align:left}.theme-mikroline .metric strong{color:var(--ink)}.theme-mikroline .metric span{color:var(--muted)}.theme-mikroline .services{display:flex}.theme-mikroline .service{flex:1;border-radius:70px;padding:28px;text-align:center;min-height:170px}.theme-mikroline .service:nth-child(even){margin-top:60px}

.theme-emas-foods .nav{border:0}.theme-emas-foods .hero{padding:40px 5vw 80px;grid-template-columns:.8fr 1.2fr}.theme-emas-foods .hero-copy{order:2;padding-left:2vw}.theme-emas-foods .hero-visual{order:1;border-radius:0;box-shadow:18px 18px 0 var(--accent)}.theme-emas-foods .hero h1{text-transform:uppercase}.theme-emas-foods .metrics{background:var(--accent);color:var(--ink)}.theme-emas-foods .metric strong,.theme-emas-foods .metric span{color:var(--ink)}.theme-emas-foods .section{grid-template-columns:.7fr 1.3fr}.theme-emas-foods .services{grid-template-columns:repeat(4,1fr)}.theme-emas-foods .service{aspect-ratio:1;border-radius:0;background:var(--paper)}

.theme-forte{background:#111;color:#f7f7ef}.theme-forte .nav{border-color:#333}.theme-forte .nav-cta{background:var(--accent);color:#111}.theme-forte .hero{grid-template-columns:.9fr 1.1fr;padding:40px 4vw 90px}.theme-forte .hero-copy{order:2}.theme-forte .hero-visual{order:1;border-radius:0;box-shadow:none}.theme-forte .hero-visual img{aspect-ratio:3/4}.theme-forte .hero h1{font-size:clamp(70px,10vw,150px);text-transform:uppercase}.theme-forte .hero-copy>p,.theme-forte .section p,.theme-forte .section-label,.theme-forte .contact p{color:#aaa}.theme-forte .metrics,.theme-forte .values{background:var(--accent);color:#111}.theme-forte .metric strong,.theme-forte .metric span{color:#111}.theme-forte .section,.theme-forte .contact{background:#111}.theme-forte .solution{background:#181818}.theme-forte .service{border-color:#444;border-radius:0;min-height:220px}.theme-forte .value-pills span{border-color:#111}.theme-forte .secondary{border-color:#555}

.theme-e-craftonics .hero{grid-template-columns:1fr 1fr;background:linear-gradient(90deg,var(--accent) 50%,var(--paper) 50%);gap:0;padding:0}.theme-e-craftonics .hero-copy{padding:8vw 6vw}.theme-e-craftonics .hero-visual{border-radius:0;box-shadow:none;height:100%}.theme-e-craftonics .hero-visual img{height:100%;aspect-ratio:auto}.theme-e-craftonics .metrics{background:var(--white);color:var(--ink);gap:12px}.theme-e-craftonics .metric{border:2px solid var(--ink);padding:28px;box-shadow:7px 7px 0 var(--ink)}.theme-e-craftonics .metric strong,.theme-e-craftonics .metric span{color:var(--ink)}.theme-e-craftonics .section{grid-template-columns:1fr 1fr}.theme-e-craftonics .service{border:2px solid var(--ink);border-radius:0;box-shadow:6px 6px 0 var(--accent)}

.theme-vintera{--paper:#f1eee9}.theme-vintera .nav{position:absolute;left:0;right:0;color:white;border-color:#ffffff44}.theme-vintera .hero{display:block;padding:0;min-height:790px;background:var(--ink)}.theme-vintera .hero-visual{position:absolute;inset:0;border-radius:0;box-shadow:none;max-width:none}.theme-vintera .hero-visual:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,24,34,.9),rgba(10,24,34,.18))}.theme-vintera .hero-visual img{width:100%;height:100%;aspect-ratio:auto}.theme-vintera .hero-visual figcaption{display:none}.theme-vintera .hero-copy{position:relative;z-index:2;color:white;padding:210px 8vw 100px;max-width:850px}.theme-vintera .hero-copy>p{color:#d5dcda}.theme-vintera .metrics{width:86%;margin:-60px auto 0;position:relative;background:var(--white);color:var(--ink);box-shadow:0 18px 50px #0002}.theme-vintera .metric strong{color:var(--ink)}.theme-vintera .metric span{color:var(--muted)}.theme-vintera .section{grid-template-columns:300px 1fr}.theme-vintera .solution{background:transparent}.theme-vintera .services{grid-template-columns:repeat(4,1fr)}.theme-vintera .service{border-radius:2px;background:var(--white)}

@media(max-width:850px){.theme-siap-makan .hero,.theme-grand-golden-aquaculture .hero,.theme-siduduck .section,.theme-synaptouch .hero,.theme-arm-corp .hero-copy,.theme-emas-foods .hero,.theme-e-craftonics .hero,.theme-vintera .section{grid-template-columns:1fr}.theme-siap-makan .hero{padding:24px 20px}.theme-siap-makan .hero-visual img,.theme-grand-golden-aquaculture .hero-visual img{aspect-ratio:16/11}.theme-grand-golden-aquaculture .hero{padding:120px 22px 70px}.theme-siduduck .hero{margin:18px;padding:35px 22px}.theme-siduduck .services,.theme-arm-corp .solution .services,.theme-emas-foods .services,.theme-vintera .services{grid-template-columns:repeat(2,1fr)}.theme-synaptouch .hero{padding-right:0}.theme-synaptouch .hero-copy{padding-right:22px}.theme-synaptouch .section-label{writing-mode:initial}.theme-arm-corp .hero{padding:70px 22px 35px}.theme-arm-corp .hero-copy>p,.theme-arm-corp .actions{grid-column:1}.theme-arm-corp .hero-copy>p{grid-row:auto}.theme-arm-corp .metrics,.theme-vintera .metrics{width:92%;margin-top:-30px}.theme-mikroline .services{display:grid}.theme-mikroline .service:nth-child(even){margin-top:0}.theme-emas-foods .hero-copy,.theme-emas-foods .hero-visual,.theme-forte .hero-copy,.theme-forte .hero-visual{order:initial}.theme-forte .hero{grid-template-columns:1fr}.theme-e-craftonics .hero{background:var(--accent)}.theme-vintera .hero{min-height:700px}.theme-vintera .hero-copy{padding:180px 22px 90px}}@media(max-width:520px){.theme-siduduck .services,.theme-arm-corp .solution .services,.theme-emas-foods .services,.theme-vintera .services{grid-template-columns:1fr}.theme-siap-makan .metrics{padding:0 20px 55px}.theme-synaptouch .hero h1,.theme-forte .hero h1{font-size:56px}}
