:root{--navy:#07131f;--navy2:#102838;--gold:#f0c95b;--cream:#f5f2e9;--ink:#14212c;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;background:var(--navy);color:#fff;line-height:1.6}img{display:block;max-width:100%}.wrap{width:min(1160px,calc(100% - 42px));margin:auto}nav{position:fixed;inset:0 0 auto;z-index:20;background:linear-gradient(180deg,rgba(4,13,21,.97),rgba(4,13,21,.7),transparent);backdrop-filter:blur(7px)}nav .inner{height:96px;display:flex;align-items:center;justify-content:space-between}.brand{display:inline-flex;transform:translateY(9px);text-decoration:none}.brand img{width:178px}.nav-actions{display:flex;align-items:center;gap:12px}.back{color:#e4ebef;text-decoration:none;font-size:.88rem;font-weight:750;padding:10px 15px;border:1px solid rgba(255,255,255,.22);border-radius:999px;transition:.2s}.back:hover{color:#16202a;background:var(--gold);transform:translateY(-2px)}.language-picker{position:relative}.language-picker:before{content:none}.language-picker select{appearance:none;color:#fff;background:#102b3d;border:1px solid rgba(240,201,91,.6);border-radius:999px;min-width:174px;padding:11px 38px;box-shadow:0 5px 0 rgba(0,0,0,.34);font-weight:800;cursor:pointer}.language-picker option{background:#102638;color:#fff}.hero{min-height:82vh;position:relative;display:flex;align-items:flex-end;overflow:hidden}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,13,21,.94),rgba(4,13,21,.58) 55%,rgba(4,13,21,.16)),linear-gradient(0deg,rgba(4,13,21,.86),transparent 45%)}.hero-copy{position:relative;z-index:2;padding:170px 0 92px;max-width:820px}.eyebrow{color:var(--gold);font-size:.76rem;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.hero h1{font-size:clamp(3.2rem,7vw,6.7rem);line-height:.92;letter-spacing:-.05em;margin:.55rem 0 1.2rem}.hero h1 span{display:block;color:var(--gold)}.lead{font-size:clamp(1.05rem,1.7vw,1.3rem);color:#d7e1e7;max-width:780px}.facts{display:flex;gap:10px;flex-wrap:wrap;margin-top:25px}.fact{padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.17);font-size:.83rem}section{padding:90px 0}.light{background:var(--cream);color:var(--ink)}.section-title{font-size:clamp(2.2rem,4.7vw,4.5rem);line-height:1;letter-spacing:-.04em;margin:.5rem 0 1rem}.intro{font-size:1.08rem;max-width:830px;color:#52616a}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:40px}.card{background:#fff;color:var(--ink);border-radius:22px;padding:26px;box-shadow:0 13px 34px rgba(7,19,31,.1);border-top:3px solid var(--gold)}.card h3{font-size:1.3rem;margin:0 0 9px}.card p{margin:0;color:#56636d}.media-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:48px;align-items:center}.media-grid img{width:100%;height:520px;object-fit:cover;border-radius:28px;box-shadow:0 25px 55px rgba(0,0,0,.25)}.dark-copy p{color:#cbd6dc}.process{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:36px}.step{padding:22px;border:1px solid rgba(255,255,255,.14);border-radius:20px;background:rgba(255,255,255,.05)}.step b{display:block;color:var(--gold);font-size:.72rem;letter-spacing:.14em;margin-bottom:8px}.step h3{margin:0 0 7px}.step p{margin:0;color:#c8d4db;font-size:.9rem}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:38px}.gallery img{height:280px;width:100%;object-fit:cover;border-radius:20px}.cta{background:radial-gradient(circle at 75% 20%,rgba(240,201,91,.19),transparent 30%),#091b29;text-align:center}.cta h2{font-size:clamp(2.5rem,5vw,5rem);line-height:1;margin:0 0 16px}.btn{position:relative;overflow:hidden;display:inline-flex;margin-top:20px;padding:14px 21px;border-radius:999px;color:#17202a;background:linear-gradient(#f8d873,#d8a433);text-decoration:none;font-weight:900;box-shadow:0 7px 0 #91640f,0 16px 30px rgba(0,0,0,.3);transition:.22s}.btn:hover{transform:translateY(-4px);box-shadow:0 10px 0 #91640f,0 21px 36px rgba(0,0,0,.34)}.btn:active{transform:translateY(2px);box-shadow:0 3px 0 #91640f}footer{padding:28px 0;background:#040d14;color:#9eadb6;font-size:.82rem}.foot{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}@media(max-width:850px){.card-grid,.process,.gallery,.media-grid{grid-template-columns:1fr}.media-grid img{height:360px}.back{display:none}.hero{min-height:88vh}.brand img{width:145px}.language-picker select{min-width:145px}.gallery img{height:240px}}

/* Readability and two-tone title refinements */
body{line-height:1.75}.hero h1{line-height:1.08}.hero h1 span{color:var(--gold);white-space:nowrap}.hero h1 span:first-child{color:#fff}.lead,.intro,.card p,.dark-copy p,.step p{line-height:1.82}@media(max-width:560px){.hero h1{font-size:clamp(1.75rem,8vw,3.2rem)}}

/* Food processing product showcase */
.product-section{background:radial-gradient(circle at 18% 38%,rgba(240,201,91,.09),transparent 31%),#07131f}
.product-section .media-grid{grid-template-columns:1.28fr .72fr;gap:58px}
.product-showcase{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.product-card{margin:0;min-width:0;border-radius:20px;overflow:hidden;background:linear-gradient(155deg,#163044,#0a1d2b);border:1px solid rgba(240,201,91,.2);box-shadow:0 16px 34px rgba(0,0,0,.22);transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}
.product-card:hover{transform:translateY(-6px);border-color:rgba(240,201,91,.7);box-shadow:0 24px 42px rgba(0,0,0,.31)}
.product-image{height:225px;display:flex;align-items:center;justify-content:center;padding:16px 12px 8px;background:radial-gradient(circle at 50% 46%,rgba(255,255,255,.15),rgba(255,255,255,.025) 57%,transparent 72%)}
.product-section .product-image img{width:100%;height:100%;object-fit:contain;border-radius:0;box-shadow:none;filter:drop-shadow(0 14px 14px rgba(0,0,0,.28));transition:transform .35s ease}
.product-card:hover .product-image img{transform:scale(1.04)}
.product-card figcaption{min-height:56px;display:flex;align-items:center;justify-content:center;padding:11px 10px;border-top:1px solid rgba(255,255,255,.08);color:#f5f0e2;text-align:center;font-size:.82rem;font-weight:850;line-height:1.25}
.product-count{display:flex;align-items:center;gap:13px;margin-top:28px;padding-top:22px;border-top:1px solid rgba(255,255,255,.13)}
.product-count strong{font-size:3rem;line-height:1;color:var(--gold)}.product-count span{max-width:100px;color:#cbd6dc;font-size:.82rem;line-height:1.3}
.product-section .section-title{font-size:clamp(2rem,3.25vw,3.55rem);white-space:nowrap;letter-spacing:-.045em}
.language-picker:before{content:none}
.language-picker:after{content:"⌄";position:absolute;right:14px;top:46%;transform:translateY(-50%);color:var(--gold);font-size:1.05rem;font-weight:950;pointer-events:none}
.language-picker select{appearance:none;-webkit-appearance:none;min-width:184px;padding:12px 40px 12px 18px;border-radius:16px;background:linear-gradient(145deg,#19384c,#071825);border:1px solid rgba(240,201,91,.66);box-shadow:inset 0 1px 0 rgba(255,255,255,.16),0 5px 0 rgba(0,0,0,.3);font-size:.84rem;letter-spacing:.02em;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}
.language-picker select:hover{border-color:var(--gold);transform:translateY(-2px);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 7px 0 rgba(0,0,0,.3)}.language-picker select:focus{outline:2px solid rgba(240,201,91,.45);outline-offset:3px}.language-picker option{padding:12px;background:#102b3d;color:#fff;font-weight:750}
html[lang="zh-CN"] .product-card figcaption,html[lang="ms"] .product-card figcaption{font-size:.8rem}
@media(max-width:850px){.product-section .media-grid{grid-template-columns:1fr}.product-showcase{grid-template-columns:repeat(2,1fr)}.product-image{height:260px}.product-section .dark-copy{order:-1}}
@media(max-width:480px){.product-showcase{gap:10px}.product-image{height:210px}.product-card figcaption{font-size:.76rem}.product-section .section-title{font-size:clamp(1.75rem,8vw,2.25rem)}.language-picker select{min-width:142px;max-width:142px;padding-left:38px}}

/* Black Soldier Fly life-stage icons */
.bsf-page .hero:after{display:none}.bsf-nature{overflow:hidden}.bsf-nature .wrap{position:relative}.bsf-nature .section-title,.bsf-nature .intro{max-width:820px}.bsf-nature-icon{position:absolute;right:18px;top:-22px;width:158px;aspect-ratio:1;display:grid;place-items:center;padding:22px;border-radius:50%;background:radial-gradient(circle,rgba(7,80,55,.13),rgba(7,80,55,.035) 62%,transparent 64%);border:1px solid rgba(7,80,55,.2)}.bsf-nature-icon img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 8px 13px rgba(7,80,55,.2))}.bsf-page .card-grid .card:first-child:before,.bsf-page .card-grid .card:nth-child(2):before{content:"";display:block;width:64px;height:42px;margin-bottom:14px;background:url("assets/bsf-larva-icon.png?v=3") left center/contain no-repeat}@media(max-width:760px){.bsf-page .hero:after{width:150px;right:4%;bottom:3%;opacity:.55}}




@media(max-width:850px){.bsf-nature-icon{position:relative;right:auto;top:auto;width:116px;margin:22px 0 -18px;padding:16px}}

/* Balanced two-image presentation for the BSF process section */
.bsf-page .process-visual{height:430px;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:10px;overflow:hidden;border-radius:28px;box-shadow:0 25px 55px rgba(0,0,0,.25);background:#0a1b27}
.bsf-page .process-visual span{position:relative;overflow:hidden;min-width:0}
.bsf-page .process-visual img{position:absolute;max-width:none;height:100%;width:200%;border-radius:0;box-shadow:none;object-fit:cover}
.bsf-page .process-visual span:first-child img{left:0;top:-42px;height:calc(100% + 42px);object-position:left bottom}
.bsf-page .process-visual span:last-child img{right:0;object-position:right center}
.bsf-page .process-visual span:after{content:"";position:absolute;inset:0;box-shadow:inset 0 0 0 1px rgba(255,255,255,.12);pointer-events:none}
@media(max-width:850px){.bsf-page .process-visual{height:340px;border-radius:22px}}
@media(max-width:520px){.bsf-page .process-visual{height:420px;grid-template-columns:1fr;grid-template-rows:1fr 1fr}.bsf-page .process-visual img{width:200%;height:100%}}



/* Cross-page visual system */
:where(.lead,.intro,.card p,.dark-copy p,.step p){font-size:max(1rem,16px)}
:where(.fact,.product-card figcaption,.contact-item a,.contact-item span){font-size:max(.875rem,14px)}
nav .inner{height:92px}.hero{min-height:78vh}.hero-copy{padding-top:156px;padding-bottom:82px}
.footer-links{position:static;background:none;backdrop-filter:none;display:flex;gap:18px}.footer-links a{color:#aebdc5;text-decoration:none;font-size:.86rem;font-weight:750}.footer-links a:hover{color:var(--gold)}
/* Sacha Inchi value story */
.crop-flow{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:30px 0 22px}.crop-flow span{position:relative;padding:12px 14px;border:1px solid rgba(240,201,91,.3);border-radius:999px;color:#f0c95b;background:rgba(255,255,255,.04);font-size:.82rem;font-weight:850;text-align:center}.crop-flow span:not(:last-child):after{content:"→";position:absolute;right:-14px;color:#718892}.crop-gallery figure{margin:0;overflow:hidden;border-radius:20px;background:#102838}.crop-gallery img{border-radius:0}.crop-gallery figcaption{padding:12px 15px;color:#e5edef;font-size:.9rem;font-weight:800}
/* Food product categories */
.product-showcase-wrap{min-width:0}.product-filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.product-filters span{padding:7px 11px;border:1px solid rgba(240,201,91,.35);border-radius:999px;color:#e8d79c;background:rgba(240,201,91,.07);font-size:.78rem;font-weight:800}.product-card figcaption{font-size:.875rem}
/* Contact fallback and actions */
.map-card{position:relative}.map-fallback{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:30px;text-align:center;color:#31434d;background:radial-gradient(circle at 50% 25%,#f6e7aa,#dfe5e6 52%)}.map-fallback b{font-size:1.5rem;color:#173042}.map-fallback a{color:#725715;font-weight:850}.map-card iframe{position:relative;z-index:1;background:transparent}.contact-actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.contact-actions .btn{flex:1;justify-content:center;min-width:170px}.email-btn{color:#173042;background:linear-gradient(#f7da7c,#daa638);box-shadow:0 7px 0 #91640f,0 16px 30px rgba(0,0,0,.18)}
/* Achievement empty-state polish */
.achievement-panel{min-height:380px}.placeholder{border-style:solid;border-color:#d8dfe0;background:linear-gradient(145deg,#fafbf8,#f0f3ef)}.future-fields span{font-size:.78rem}
/* BSF interaction readability */
.bsf-experience .experience-guide b,.bsf-experience .experience-guide span,.bsf-experience .drag-help,.bsf-experience .factory-status,.bsf-experience .experience-legend,.bsf-experience .experience-stats small,.bsf-experience .product-slot>b,.bsf-experience .egg-nest span{font-size:.75rem}.bsf-experience .status-stage,.bsf-experience .status-feed{font-size:.82rem}.bsf-experience .product-slot>b{line-height:1.3}.bsf-experience .product-count{font-size:.68rem}
@media(max-width:850px){nav .inner{height:82px}.hero-copy{padding-top:136px;padding-bottom:68px}.footer-links{width:100%;order:3}.crop-flow{grid-template-columns:repeat(2,1fr)}.crop-flow span:after{display:none}}
@media(max-width:520px){.wrap{width:min(100% - 28px,1160px)}section{padding:68px 0}.crop-flow{grid-template-columns:1fr 1fr}.contact-actions{display:grid;grid-template-columns:1fr}.bsf-experience .experience-guide b,.bsf-experience .experience-guide span,.bsf-experience .drag-help,.bsf-experience .factory-status,.bsf-experience .experience-legend,.bsf-experience .experience-stats small,.bsf-experience .product-slot>b,.bsf-experience .egg-nest span{font-size:.72rem}}
